Running Green Weak Coupling
To perform weak-coupling simulations, one have to call mbpt.exe
executable located at the installation path in the bin
subdirectory.
Minimal parameters that are needed to run weak-coupling simulations are following:
--BETA
inverse temperature--scf_type
type of self-consistent approximation, should be eitherGW
,GF2
orHF
--grid_file
path to a file containing non-uniform grids, program will check three possible locations:- current directory or absolute path
<installation directory>/share
- build directory of weak-coupling code
Currently, we provide IR (ir
subdirectory) and Chebyshev grids (cheb
subdirectory) for nonuniform imaginary time representation.
For more details on nonuniform grids, please follow this link
After succesful completetion results will be written to a file located at --results_file
(by default set to sim.h5
)
To get information about other parameters and their default values call mbpt.exe --help
..
Band-path interpolation
If input data contains information about high-symmetry path,
diagonal part of the Green’s function can be evaluated on provided high-symmetry path using $\mathbf{k}$-space interpolation, and results will be stored
in the G_tau_hs
group in --high_symmetry_output_file
(by default set to output_hs.h5
).
To run band-path interpolation option --jobs
has to be set to WINTER
.