mirror of
https://github.com/TREX-CoE/fparser.git
synced 2024-11-03 12:43:58 +01:00
pushing unfinished commits
This commit is contained in:
parent
cae507dbdf
commit
195b4b89a5
@ -1,22 +1,23 @@
|
||||
|
||||
title "A Sample QMC input file parsed by libfdf interfaced to CHAMP"
|
||||
%module general
|
||||
title "A Sample QMC input file parsed by libfdf interfaced to CHAMP"
|
||||
|
||||
pool ./pool
|
||||
pseudopot BFD
|
||||
basis BFD-T-normf0
|
||||
pool ./pool
|
||||
pseudopot BFD
|
||||
basis BFD-T-normf0
|
||||
|
||||
%endmodule
|
||||
|
||||
%include global.inp
|
||||
|
||||
|
||||
load basis BFD-T-normf0.bas
|
||||
#load determinants TZ_1M_500.det
|
||||
|
||||
#load molecule benzene.xyz
|
||||
|
||||
#%block molecule < caffeine.xyz
|
||||
|
||||
load molecule benzene.xyz
|
||||
|
||||
%block Coordinates
|
||||
%block molecule
|
||||
12
|
||||
some optional comment or a blank line
|
||||
C 0.00000 1.40272 0
|
||||
H 0.00000 2.49029 0
|
||||
C -1.21479 0.70136 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
title A Sample QMC input file parsed by libfdf interfaced to CHAMP
|
||||
pool ./pool
|
||||
molecule benzene.xyz
|
||||
molecule default.xyz # default value
|
||||
pseudopot default.psp # default value
|
||||
basis BFD-T-normf0.bas
|
||||
determinants default.det # default value
|
||||
@ -32,7 +32,10 @@ etrial -408.1744362 eV
|
||||
# above item originally: etrial -15.00000000 Ha
|
||||
excess_charge 0 # default value
|
||||
multiplicity 1 # default value
|
||||
%block Coordinates
|
||||
%block molecule
|
||||
%block molecule
|
||||
12
|
||||
some optional comment or a blank line
|
||||
C 0.00000 1.40272 0
|
||||
H 0.00000 2.49029 0
|
||||
C -1.21479 0.70136 0
|
||||
@ -45,6 +48,6 @@ multiplicity 1 # default value
|
||||
H 2.15666 -1.24515 0
|
||||
C 1.21479 0.70136 0
|
||||
H 2.15666 1.24515 0
|
||||
%endblock Coordinates
|
||||
%endblock molecule
|
||||
#:block? determinants F
|
||||
#:defined? determinants F
|
||||
|
Loading…
Reference in New Issue
Block a user