mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-12-22 04:13:40 +01:00
Commented MO energies
This commit is contained in:
parent
aa745a2b57
commit
c379376737
@ -340,10 +340,10 @@ subroutine run
|
||||
rc = trexio_write_mo_coefficient(f, mo_coef)
|
||||
call trexio_assert(rc, TREXIO_SUCCESS)
|
||||
|
||||
if (trim(mo_label) == 'Canonical') then
|
||||
rc = trexio_write_mo_energy(f, fock_matrix_diag_mo)
|
||||
call trexio_assert(rc, TREXIO_SUCCESS)
|
||||
endif
|
||||
! if (trim(mo_label) == 'Canonical') then
|
||||
! rc = trexio_write_mo_energy(f, fock_matrix_diag_mo)
|
||||
! call trexio_assert(rc, TREXIO_SUCCESS)
|
||||
! endif
|
||||
|
||||
|
||||
! One-e MO integrals
|
||||
|
Loading…
Reference in New Issue
Block a user