mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2025-01-08 04:15:22 +01:00
9 lines
77 B
FortranFixed
9 lines
77 B
FortranFixed
|
program fci_complete
|
||
|
|
||
|
call generate_fci_space
|
||
|
call diagonalize_ci
|
||
|
|
||
|
end
|
||
|
|
||
|
|