10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-10-21 07:18:19 +02:00

Merge pull request #42 from QuantumPackage/dev-stable

Dev stable
This commit is contained in:
AbdAmmar 2024-10-15 00:30:22 +02:00 committed by GitHub
commit b6a3dc1e29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 6 deletions

View File

@ -23,12 +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: False
ezfio_name: direct
[do_ao_cholesky]
type: logical

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