mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-27 18:54:42 +02:00
20 lines
491 B
INI
20 lines
491 B
INI
[ao_expoim_cosgtos]
|
|
type: double precision
|
|
doc: imag part for Exponents for each primitive of each cosGTOs |AO|
|
|
size: (ao_basis.ao_num,ao_basis.ao_prim_num_max)
|
|
interface: ezfio, provider
|
|
|
|
[use_cosgtos]
|
|
type: logical
|
|
doc: If true, use cosgtos for AO integrals
|
|
interface: ezfio,provider,ocaml
|
|
default: False
|
|
|
|
[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
|
|
|