10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-19 19:52:15 +02:00
quantum_package/plugins/QmcChem/save_for_qmcchem.irp.f

10 lines
175 B
Fortran
Raw Normal View History

2015-05-21 10:15:13 +02:00
program save_for_qmc
read_wf = .True.
TOUCH read_wf
2015-11-30 20:57:41 +01:00
print *, "N_det = ", N_det
2015-05-21 10:15:13 +02:00
call write_spindeterminants
2015-05-26 21:37:17 +02:00
if (do_pseudo) then
call write_pseudopotential
endif
2015-05-21 10:15:13 +02:00
end