forked from Konjkov/QMC-snakemake-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdmc_stats.tmpl
34 lines (28 loc) · 1.51 KB
/
dmc_stats.tmpl
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
#-------------------#
# CASINO input file #
#-------------------#
# {molecule} molecule (ground state)
# SYSTEM
neu : {neu:<3} #*! Number of up electrons (Integer)
ned : {ned:<3} #*! Number of down electrons (Integer)
periodic : F #*! Periodic boundary conditions (Boolean)
atom_basis_type : {basis_type} #*! Basis set type (text)
# RUN
runtype : dmc_stats #*! Type of calculation (Text)
newrun : F #*! New run or continue old (Boolean)
testrun : F #*! Test run flag (Boolean)
allow_nochi_atoms : T #*! Permit atoms no chi (etc) terms (Boolean)
# VMC
vmc_nstep : {nconfig:<4} #*! Number of steps (Integer)
# DMC
dmc_equil_nstep : 10000 #*! Number of steps (Integer)
dmc_equil_nblock : 1 #*! Number of checkpoints (Integer)
dmc_stats_nstep : {nstep:<8} #*! Number of steps (Integer)
dmc_stats_nblock : {nblock:<4} #*! Number of checkpoints (Integer)
dmc_target_weight : {nconfig}.0 #*! Total target weight in DMC (Real)
dtdmc : {dtdmc:6.6f} #*! DMC time step (Real)
use_tmove : {tmove} #*! Casula nl pp for DMC (Boolean)
popstats : T #*! Collect population statistics (Boolean)
# GENERAL PARAMETERS
use_gjastrow : T #*! Use a Jastrow function (Boolean)
backflow : {backflow} #*! Use backflow corrections (Boolean)