mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-30 04:04:52 +02:00
44 lines
1.2 KiB
INI
44 lines
1.2 KiB
INI
[io_mo_two_e_integrals]
|
|
type: Disk_access
|
|
doc: Read/Write |MO| integrals from/to disk [ Write | Read | None ]
|
|
interface: ezfio,provider,ocaml
|
|
default: None
|
|
|
|
[mo_integrals_threshold]
|
|
type: Threshold
|
|
doc: If | <ij|kl> | < `mo_integrals_threshold` then <ij|kl> is zero
|
|
interface: ezfio,provider,ocaml
|
|
default: 1.e-15
|
|
ezfio_name: threshold_mo
|
|
|
|
[no_vvvv_integrals]
|
|
type: logical
|
|
doc: If `True`, computes all integrals except for the integrals having 3 or 4 virtual indices
|
|
interface: ezfio,provider,ocaml
|
|
default: false
|
|
|
|
[io_df_mo_integrals]
|
|
type: Disk_access
|
|
doc: Read/Write df |MO| integrals from/to disk [ Write | Read | None ]
|
|
interface: ezfio,provider,ocaml
|
|
default: None
|
|
|
|
[df_mo_integrals_complex]
|
|
type: double precision
|
|
doc: Complex df integrals over MOs
|
|
size: (2,mo_basis.mo_num_per_kpt,mo_basis.mo_num_per_kpt,ao_two_e_ints.df_num,nuclei.kpt_pair_num)
|
|
interface: ezfio
|
|
|
|
[io_chol_mo_integrals]
|
|
type: Disk_access
|
|
doc: Read/Write chol |MO| integrals from/to disk [ Write | Read | None ]
|
|
interface: ezfio,provider,ocaml
|
|
default: None
|
|
|
|
[chol_mo_integrals_complex]
|
|
type: double precision
|
|
doc: Cholesky decomposed integrals over MOs
|
|
size: (2,mo_basis.mo_num_per_kpt,mo_basis.mo_num_per_kpt,ao_two_e_ints.chol_num_max,nuclei.kpt_num,nuclei.unique_kpt_num)
|
|
interface: ezfio
|
|
|