10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00
quantum_package/src/Integrals_Bielec/EZFIO.cfg

33 lines
737 B
INI
Raw Normal View History

2015-03-31 09:58:25 +02:00
[do_direct_integrals]
type: logical
doc: Compute integrals on the fly
2015-03-31 09:58:25 +02:00
interface: input
default: False
ezfio_name: direct
[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 ]
2015-03-31 09:58:25 +02:00
interface: input
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 ]
2015-03-31 09:58:25 +02:00
interface: input
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
2015-03-31 09:58:25 +02:00
interface: input
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
2015-03-31 09:58:25 +02:00
interface: input
default: 1.e-15
2015-04-07 10:17:38 +02:00
ezfio_name: threshold_mo