Fixed one-two electron

This commit is contained in:
Anthony Scemama 2023-05-04 17:49:41 +02:00
parent e71d81aaef
commit 192f4c6913
1 changed files with 1 additions and 1 deletions

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)