10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-19 19:52:15 +02:00
quantum_package/src/Determinants/truncate_wf.irp.f
2016-07-16 16:09:50 +02:00

12 lines
260 B
Fortran

program s2_eig_restart
implicit none
read_wf = .True.
call routine
end
subroutine routine
implicit none
call make_s2_eigenfunction
TOUCH psi_det psi_coef psi_det_sorted psi_coef_sorted psi_average_norm_contrib_sorted N_det
call save_wavefunction
end