forked from Konjkov/QMC-snakemake-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvmc.tmpl
27 lines (22 loc) · 1.14 KB
/
vmc.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
#-------------------#
# 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 : vmc #*! Type of calculation (Text)
newrun : T #*! New run or continue old (Boolean)
testrun : F #*! Test run flag (Boolean)
# VMC
vmc_equil_nstep : 5000 #*! Number of equilibration steps (Integer)
vmc_nstep : {nstep:<10} #*! Number of steps (Integer)
vmc_nblock : 1 #*! Number of checkpoints (Integer)
vmc_nconfig_write : 0 #*! Number of configs to write (Integer)
vmc_decorr_period : 0 #*! VMC decorrelation period (0 - auto)
writeout_vmc_hist : F #*! Write vmc.hist file in VMC (Boolean)
# GENERAL PARAMETERS
use_jastrow : F #*! Use a Jastrow function (Boolean)