10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-18 03:05:28 +02:00
quantum_package/src/Bielec_integrals/EZFIO.cfg
2015-03-31 10:51:11 +02:00

44 lines
877 B
INI

[do_direct_integrals]
type: logical
doc: If true, compute integrals on the fly
interface: input
default: False
ezfio_name: direct
[write_ao_integrals]
type: logical
doc: If true, write AO integrals in EZFIO
interface: input
default: False
[write_mo_integrals]
type: logical
doc: If true, write MO integrals in EZFIO
interface: input
default: False
[read_ao_integrals]
type: logical
doc: If true, read AO integrals in EZFIO
interface: input
default: False
[read_mo_integrals]
type: logical
doc: If true, read MO integrals in EZFIO
interface: input
default: False
[ao_integrals_threshold]
type: Threshold
doc: If <pq|rs> < ao_integrals_threshold => <pq|rs> = 0
interface: input
default: 1.e-15
ezfio_name: threshold_ao
[mo_integrals_threshold]
type: Threshold
doc: If <ij|kl> < ao_integrals_threshold => <ij|lk> = 0
interface: input
default: 1.e-15
ezfio_name: threshold_mo