10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-08-11 06:48:29 +02:00
QuantumPackage/src/ao_two_e_ints/EZFIO.cfg

38 lines
951 B
INI
Raw Normal View History

2019-01-25 11:39:31 +01:00
[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
2020-02-11 23:39:08 +01:00
[df_num]
type: integer
doc: Size of df basis
interface: ezfio, provider
2020-02-12 00:35:28 +01:00
[io_df_ao_integrals]
type: Disk_access
doc: Read/Write df |AO| integrals from/to disk [ Write | Read | None ]
interface: ezfio,provider,ocaml
default: None
[df_ao_integrals_complex]
2020-02-12 00:35:28 +01:00
type: double precision
doc: Real part of the df integrals over AOs
size: (2,ao_basis.ao_num_per_kpt,ao_basis.ao_num_per_kpt,ao_two_e_ints.df_num,nuclei.kpt_pair_num)
2020-02-12 00:35:28 +01:00
interface: ezfio