9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-04-25 17:54:44 +02:00
qp2/src/ao_two_e_ints/direct.irp.f

12 lines
174 B
Fortran

BEGIN_PROVIDER [ logical, do_direct_integrals ]
implicit none
BEGIN_DOC
! Compute integrals on the fly
END_DOC
do_direct_integrals = do_ao_cholesky
END_PROVIDER