1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-25 20:27:35 +02:00
qp_plugins_scemama/devel/fci_complete/fci_complete.irp.f
2021-06-07 15:15:01 +02:00

9 lines
77 B
Fortran

program fci_complete
call generate_fci_space
call diagonalize_ci
end