mirror of
https://github.com/TREX-CoE/fparser.git
synced 2024-11-03 12:43:58 +01:00
module structure bugs removed
This commit is contained in:
parent
9e5e51d3df
commit
cae507dbdf
@ -406,11 +406,6 @@ PROGRAM iochamp
|
||||
write(6,*) '------------------------------------------------------'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
call fdf_shutdown()
|
||||
|
||||
!----------------------------------------------------------------------------END
|
||||
|
@ -7,13 +7,14 @@ basis BFD-T-normf0
|
||||
|
||||
%include global.inp
|
||||
|
||||
load molecule caffeine.xyz
|
||||
|
||||
load basis BFD-T-normf0.bas
|
||||
load determinants TZ_1M_500.det
|
||||
#load determinants TZ_1M_500.det
|
||||
|
||||
|
||||
#%block molecule < caffeine.xyz
|
||||
|
||||
load molecule benzene.xyz
|
||||
|
||||
%block Coordinates
|
||||
C 0.00000 1.40272 0
|
||||
|
@ -1,9 +1,9 @@
|
||||
title A Sample QMC input file parsed by libfdf interfaced to CHAMP
|
||||
pool ./pool
|
||||
molecule caffeine.xyz
|
||||
molecule benzene.xyz
|
||||
pseudopot default.psp # default value
|
||||
basis BFD-T-normf0.bas
|
||||
determinants TZ_1M_500.det
|
||||
determinants default.det # default value
|
||||
orbitals default.orb # default value
|
||||
jastrow default.jas # default value
|
||||
jastrow_deriv default.jasder # default value
|
||||
@ -46,4 +46,5 @@ multiplicity 1 # default value
|
||||
C 1.21479 0.70136 0
|
||||
H 2.15666 1.24515 0
|
||||
%endblock Coordinates
|
||||
#:defined? determinants T
|
||||
#:block? determinants F
|
||||
#:defined? determinants F
|
||||
|
Loading…
Reference in New Issue
Block a user