mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-25 17:54:44 +02:00
Added do_mo_cholesky keyword
This commit is contained in:
parent
d20ac13c4f
commit
de26e8494e
@ -1,3 +1,9 @@
|
|||||||
|
[do_mo_cholesky]
|
||||||
|
type: logical
|
||||||
|
doc: Use Cholesky decomposition of MO integrals in CI calculations
|
||||||
|
interface: ezfio,provider,ocaml
|
||||||
|
default: False
|
||||||
|
|
||||||
[io_mo_cholesky]
|
[io_mo_cholesky]
|
||||||
type: Disk_access
|
type: Disk_access
|
||||||
doc: Read/Write |MO| Cholesky integrals from/to disk [ Write | Read | None ]
|
doc: Read/Write |MO| Cholesky integrals from/to disk [ Write | Read | None ]
|
||||||
|
@ -1,12 +1,3 @@
|
|||||||
BEGIN_PROVIDER [ logical, do_mo_cholesky ]
|
|
||||||
implicit none
|
|
||||||
BEGIN_DOC
|
|
||||||
! If True, use Cholesky vectors for MO integrals
|
|
||||||
END_DOC
|
|
||||||
do_mo_cholesky = do_ao_cholesky
|
|
||||||
! do_mo_cholesky = .False.
|
|
||||||
END_PROVIDER
|
|
||||||
|
|
||||||
BEGIN_PROVIDER [ integer, cholesky_mo_num ]
|
BEGIN_PROVIDER [ integer, cholesky_mo_num ]
|
||||||
&BEGIN_PROVIDER [ integer, cholesky_mo_num_split, (1:5)]
|
&BEGIN_PROVIDER [ integer, cholesky_mo_num_split, (1:5)]
|
||||||
implicit none
|
implicit none
|
||||||
|
Loading…
x
Reference in New Issue
Block a user