v2DM-DOCI
1.0
|
#include <iostream>
#include <cmath>
#include <getopt.h>
#include "Hamiltonian.h"
#include "OptIndex.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
This program generates the matrix elements for the 1D Fermi-Hubbard model and saves them in a CheMPS2 Hamiltonian class.
Definition at line 39 of file gen-pairing.cpp.