mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 22:53:42 +01:00
9 lines
77 B
FortranFixed
9 lines
77 B
FortranFixed
|
program fci_complete
|
||
|
|
||
|
call generate_fci_space
|
||
|
call diagonalize_ci
|
||
|
|
||
|
end
|
||
|
|
||
|
|