mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 07:03:52 +01:00
21 lines
510 B
INI
21 lines
510 B
INI
|
[io_ao_two_e_integrals]
|
||
|
type: Disk_access
|
||
|
doc: Read/Write |AO| integrals from/to disk [ Write | Read | None ]
|
||
|
interface: ezfio,provider,ocaml
|
||
|
default: None
|
||
|
|
||
|
[ao_integrals_threshold]
|
||
|
type: Threshold
|
||
|
doc: If | (pq|rs) | < `ao_integrals_threshold` then (pq|rs) is zero
|
||
|
interface: ezfio,provider,ocaml
|
||
|
default: 1.e-15
|
||
|
ezfio_name: threshold_ao
|
||
|
|
||
|
[do_direct_integrals]
|
||
|
type: logical
|
||
|
doc: Compute integrals on the fly (very slow, only for debugging)
|
||
|
interface: ezfio,provider,ocaml
|
||
|
default: False
|
||
|
ezfio_name: direct
|
||
|
|