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