10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-07 20:05:56 +02:00
quantum_package/src/Integrals_Bielec/four_idx_transform.irp.f

13 lines
252 B
Fortran
Raw Normal View History

2017-07-14 03:24:51 +02:00
program four_idx
implicit none
BEGIN_DOC
! 4-index transformation from AO to MO integrals
END_DOC
disk_access_mo_integrals = 'Write'
SOFT_TOUCH disk_access_mo_integrals
if (.true.) then
PROVIDE mo_bielec_integrals_in_map
endif
end