1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-06-02 11:25:23 +02:00
This commit is contained in:
Anthony Scemama 2021-03-17 14:00:56 +01:00
parent 0f890c872d
commit 0444334684

View File

@ -1,4 +1,5 @@
program export_integrals_mo
PROVIDE mo_two_e_integrals_in_map
call run
end
@ -55,6 +56,7 @@ subroutine run
double precision, external :: get_two_e_integral
allocate (A(mo_num,mo_num))
call ezfio_set_nuclei_nuclear_repulsion(nuclear_repulsion)