mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 22:53:42 +01:00
9 lines
164 B
Fortran
9 lines
164 B
Fortran
program densify
|
|
implicit none
|
|
read_wf = .True.
|
|
touch read_wf
|
|
call generate_all_alpha_beta_det_products()
|
|
call diagonalize_ci
|
|
call save_wavefunction
|
|
end
|