10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-10-18 14:01:47 +02:00
quantum_package/src/Integrals_Bielec/EZFIO.cfg

54 lines
1.5 KiB
INI
Raw Normal View History

2015-03-31 09:58:25 +02:00
[do_direct_integrals]
type: logical
doc: Compute integrals on the fly
interface: ezfio,provider,ocaml
2015-03-31 09:58:25 +02:00
default: False
ezfio_name: direct
2016-07-16 16:09:50 +02:00
[no_vvvv_integrals]
type: logical
2016-10-12 21:29:15 +02:00
doc: If True, computes all integrals except for the integrals having 4 virtual index
2016-07-16 16:09:50 +02:00
interface: ezfio,provider,ocaml
default: False
2016-10-11 19:03:23 +02:00
ezfio_name: no_vvvv_integrals
2016-07-16 16:09:50 +02:00
2016-10-12 21:29:15 +02:00
[no_ivvv_integrals]
type: logical
doc: Can be switched on only if no_vvvv_integrals is True, then do not computes the integrals having 3 virtual index and 1 belonging to the core inactive active orbitals
interface: ezfio,provider,ocaml
default: False
ezfio_name: no_ivvv_integrals
2016-11-02 16:01:01 +01:00
[no_vvv_integrals]
type: logical
doc: Can be switched on only if no_vvvv_integrals is True, then do not computes the integrals having 3 virtual orbitals
interface: ezfio,provider,ocaml
default: False
ezfio_name: no_vvv_integrals
[disk_access_mo_integrals]
type: Disk_access
2015-04-07 10:17:38 +02:00
doc: Read/Write MO integrals from/to disk [ Write | Read | None ]
interface: ezfio,provider,ocaml
default: None
2015-03-31 09:58:25 +02:00
[disk_access_ao_integrals]
type: Disk_access
2015-04-07 10:17:38 +02:00
doc: Read/Write AO integrals from/to disk [ Write | Read | None ]
interface: ezfio,provider,ocaml
default: None
2015-03-31 09:58:25 +02:00
[ao_integrals_threshold]
type: Threshold
2015-04-07 10:17:38 +02:00
doc: If |<pq|rs>| < ao_integrals_threshold then <pq|rs> is zero
interface: ezfio,provider,ocaml
2015-03-31 09:58:25 +02:00
default: 1.e-15
ezfio_name: threshold_ao
[mo_integrals_threshold]
type: Threshold
2015-04-07 10:17:38 +02:00
doc: If |<ij|kl>| < ao_integrals_threshold then <pq|rs> is zero
interface: ezfio,provider,ocaml
2015-03-31 09:58:25 +02:00
default: 1.e-15
2015-04-07 10:17:38 +02:00
ezfio_name: threshold_mo