mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-19 12:32:30 +01:00
Removed do_direct_integrals in ezfio
This commit is contained in:
parent
869b2b5ac1
commit
1772a78f95
@ -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
|
||||
|
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