1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2024-11-04 21:24:13 +01:00
fparser/parser/test-champ.inp

64 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-03-25 10:05:51 +01:00
%module general
title "A Sample QMC input file parsed by libfdf interfaced to CHAMP"
2021-02-25 12:41:14 +01:00
2021-03-25 10:05:51 +01:00
pool ./pool
basis BFD-T-normf0
2021-02-25 12:41:14 +01:00
2021-03-25 10:05:51 +01:00
%endmodule
2021-03-08 13:09:02 +01:00
# Include another input file
2021-03-25 10:05:51 +01:00
%include global.inp
# load the data files using "load"
2021-03-03 15:53:47 +01:00
load basis BFD-T-normf0.bas
load determinants TZ_1M_500.det
# Option 1 (higher priority compared to option 2)
%block molecule < caffeine.xyz
# Option 2
2021-03-25 10:05:51 +01:00
%block molecule
12
some optional comment or a blank line
2021-03-08 10:29:30 +01:00
C 0.00000 1.40272 0
H 0.00000 2.49029 0
C -1.21479 0.70136 0
H -2.15666 1.24515 0
C -1.21479 -0.70136 0
H -2.15666 -1.24515 0
C 0.00000 -1.40272 0
H 0.00000 -2.49029 0
C 1.21479 -0.70136 0
H 2.15666 -1.24515 0
C 1.21479 0.70136 0
H 2.15666 1.24515 0
%endblock
2021-03-03 12:00:32 +01:00
%module optimization
optimize_wavefunction 1
optimize_ci false
optimize_jastrow yes
optimize_orbitals true
2021-03-03 12:00:32 +01:00
sr_tau 0.025
sr_eps 0.001
sr_adiag 0.01
energy_tol 1.0E-5
ncore 0 no_active 0
nextorb 280 ; nblk_max 200
nopt_iter 2
opt_method sr_n
multiple_adiag no
2021-03-08 13:09:02 +01:00
%endmodule
2021-02-23 22:44:22 +01:00
%module DMC
tau = 0.04
etrial = -15 Ha
2021-03-08 13:09:02 +01:00
%endmodule