forked from w2dynamics/w2dynamics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDMFT.man
42 lines (36 loc) · 945 Bytes
/
DMFT.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH DMFT.py 1
.
.
.SH NAME
DMFT.py \- run DMFT self-consistency loop with the CT-QMC solver
.
.
.SH SYNOPSIS
.B DMFT.py
.RI "[OPTIONS] [" inputfile " ...] [" key "\fB=\fR" value " ...]"
.
.
.SH DESCRIPTION
.B DMFT.py
is a python wrapper around the CT-QMC solver. It runs a set of iterations of
this solver, optionally within a DMFT self-consistency cycle.
.
.
.SH EXAMPLES
.TP
DMFT.py
Run with the parameters found in Parameters.in, which must reside in the current
directory.
.TP
DMFT.py calc/Parameters.in DMFTsteps=9 mu=3.0
Run with the parameters found in calc/Parameters.in, but override the values for
the number of DMFT iterations and mu with 9 and 3.0, respectively.
.TP
mpirun -np 10 DMFT.py mu=1
Use the parallel version of the script.
.
.
.SH CODE AUTHORS
Nicolaus Parragh <[email protected]>
Markus Wallerberger <[email protected]>
Giorgio Sangiovanni <[email protected]>