9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-10-18 21:51:32 +02:00

Removed do_direct_integrals in ezfio

This commit is contained in:
Anthony Scemama 2024-10-11 15:36:08 +02:00
parent 869b2b5ac1
commit 1772a78f95
2 changed files with 11 additions and 7 deletions

View File

@ -23,13 +23,6 @@ doc: If | (ii|jj) | < `ao_cholesky_threshold` then (ii|jj) is zero
interface: ezfio,provider,ocaml
default: 1.e-12
[do_direct_integrals]
type: logical
doc: Compute integrals on the fly (Useful only for Cholesky decomposition)
interface: ezfio,provider,ocaml
default: True
ezfio_name: direct
[do_ao_cholesky]
type: logical
doc: Perform Cholesky decomposition of AO integrals

View File

@ -0,0 +1,11 @@
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