mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-25 17:54:44 +02:00
12 lines
174 B
Fortran
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
|
|
|
|
|