10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-19 03:36:23 +02:00
quantum_package/plugins/QMC/qmc_create_wf.irp.f

9 lines
188 B
Fortran
Raw Normal View History

2017-07-05 12:58:12 +02:00
program create_wf
read_wf = .true.
SOFT_TOUCH read_wf
PROVIDE H_apply_buffer_allocated
call generate_all_alpha_beta_det_products
call diagonalize_ci
call save_wavefunction
end