10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 23:22:18 +02:00
quantum_package/src/QmcChem/save_for_qmcchem.irp.f

9 lines
146 B
Fortran

program save_for_qmc
read_wf = .True.
TOUCH read_wf
call write_spindeterminants
if (do_pseudo) then
call write_pseudopotential
endif
end