1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2025-04-04 07:51:32 +02:00
2021-06-07 15:15:01 +02:00

9 lines
77 B
Fortran

program fci_complete
call generate_fci_space
call diagonalize_ci
end