mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 06:23:37 +01:00
20 lines
517 B
INI
20 lines
517 B
INI
[io_mo_two_e_integrals]
|
|
type: Disk_access
|
|
doc: Read/Write |MO| integrals from/to disk [ Write | Read | None ]
|
|
interface: ezfio,provider,ocaml
|
|
default: None
|
|
|
|
[mo_integrals_threshold]
|
|
type: Threshold
|
|
doc: If | <ij|kl> | < `mo_integrals_threshold` then <ij|kl> is zero
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.e-15
|
|
ezfio_name: threshold_mo
|
|
|
|
[no_vvvv_integrals]
|
|
type: logical
|
|
doc: If `True`, computes all integrals except for the integrals having 3 or 4 virtual indices
|
|
interface: ezfio,provider,ocaml
|
|
default: false
|
|
|