mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 14:43:41 +01:00
Bug fix
This commit is contained in:
parent
0f890c872d
commit
0444334684
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user