mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-07 22:53:57 +01:00
9 lines
165 B
Fortran
9 lines
165 B
Fortran
program save_for_qmc
|
|
read_wf = .True.
|
|
TOUCH read_wf
|
|
! call save_dets_qmcchem
|
|
call write_spindeterminants
|
|
! call write_pseudopotential
|
|
! call save_aux_basis
|
|
end
|