10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 03:15:29 +02:00
quantum_package/plugins/QMC/densify_coefmatrix.irp.f

9 lines
164 B
Fortran
Raw Permalink Normal View History

2017-10-09 15:29:58 +02:00
program densify
implicit none
read_wf = .True.
touch read_wf
call generate_all_alpha_beta_det_products()
call diagonalize_ci
call save_wavefunction
end