mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-01-09 11:43:55 +01:00
commit
b6a3dc1e29
@ -23,12 +23,6 @@ doc: If | (ii|jj) | < `ao_cholesky_threshold` then (ii|jj) is zero
|
|||||||
interface: ezfio,provider,ocaml
|
interface: ezfio,provider,ocaml
|
||||||
default: 1.e-12
|
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]
|
[do_ao_cholesky]
|
||||||
type: logical
|
type: logical
|
||||||
|
11
src/ao_two_e_ints/direct.irp.f
Normal file
11
src/ao_two_e_ints/direct.irp.f
Normal 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user