10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-01-09 12:44:07 +01:00
quantum_package/plugins/Integrals_erf/EZFIO.cfg

77 lines
2.0 KiB
INI
Raw Normal View History

2017-04-15 19:15:10 +02:00
[do_direct_integrals]
type: logical
doc: Compute integrals on the fly
interface: ezfio,provider,ocaml
default: False
ezfio_name: direct
[no_vvvv_integrals]
type: logical
doc: If True, computes all integrals except for the integrals having 4 virtual index
interface: ezfio,provider,ocaml
default: False
ezfio_name: no_vvvv_integrals
[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
[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
doc: Read/Write MO integrals from/to disk [ Write | Read | None ]
interface: ezfio,provider,ocaml
default: None
2017-04-16 22:49:38 +02:00
[disk_access_ao_integrals_erf]
2017-04-15 19:15:10 +02:00
type: Disk_access
2017-04-16 22:49:38 +02:00
doc: Read/Write AO integrals with the long range interaction from/to disk [ Write | Read | None ]
2017-04-15 19:15:10 +02:00
interface: ezfio,provider,ocaml
default: None
2017-04-16 22:49:38 +02:00
[disk_access_mo_integrals_erf]
2017-04-15 19:15:10 +02:00
type: Disk_access
2017-04-16 22:49:38 +02:00
doc: Read/Write MO integrals with the long range interaction from/to disk [ Write | Read | None ]
2017-04-15 19:15:10 +02:00
interface: ezfio,provider,ocaml
default: None
[disk_access_ao_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
[mo_integrals_threshold]
type: Threshold
doc: If |<ij|kl>| < ao_integrals_threshold then <pq|rs> is zero
interface: ezfio,provider,ocaml
default: 1.e-15
ezfio_name: threshold_mo
[mu_erf]
type: double precision
doc: cutting of the interaction in the range separated model
interface: ezfio,provider,ocaml
default: 0.5
ezfio_name: mu_erf