mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
Integrals goind from Write to Read
This commit is contained in:
parent
f04e6619a5
commit
21f18406b7
@ -481,7 +481,7 @@ IRP_ENDIF COARRAY
|
||||
ao_bielec_integrals_in_map = .True.
|
||||
if (write_ao_integrals) then
|
||||
call dump_ao_integrals(trim(ezfio_filename)//'/work/ao_integrals.bin')
|
||||
call ezfio_set_integrals_bielec_disk_access_ao_integrals(.True.)
|
||||
call ezfio_set_integrals_bielec_disk_access_ao_integrals("Read")
|
||||
endif
|
||||
|
||||
END_PROVIDER
|
||||
|
@ -312,7 +312,7 @@ IRP_ENDIF
|
||||
|
||||
if (write_mo_integrals) then
|
||||
call dump_mo_integrals(trim(ezfio_filename)//'/work/mo_integrals.bin')
|
||||
call ezfio_set_integrals_bielec_disk_access_mo_integrals(.True.)
|
||||
call ezfio_set_integrals_bielec_disk_access_mo_integrals("Read")
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user