1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-25 20:27:35 +02:00

Fixed one-two electron

This commit is contained in:
Anthony Scemama 2023-05-04 17:49:41 +02:00
parent e71d81aaef
commit 192f4c6913

View File

@ -384,7 +384,7 @@ subroutine export_trexio
! One-e MO integrals
! ------------------
if (export_mo_two_e_ints) then
if (export_mo_one_e_ints) then
print *, 'MO one-e integrals'
rc = trexio_write_mo_1e_int_kinetic(f,mo_kinetic_integrals)