10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-21 12:42:13 +02:00
quantum_package/src/Determinants/truncate_wf.irp.f

12 lines
260 B
Fortran
Raw Normal View History

2016-07-16 16:09:50 +02:00
program s2_eig_restart
implicit none
read_wf = .True.
call routine
end
subroutine routine
implicit none
call make_s2_eigenfunction
2015-04-20 16:45:06 +02:00
TOUCH psi_det psi_coef psi_det_sorted psi_coef_sorted psi_average_norm_contrib_sorted N_det
call save_wavefunction
end