10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00
quantum_package/src/AO_Basis/EZFIO.cfg

50 lines
1.1 KiB
INI
Raw Normal View History

2015-07-02 15:55:57 +02:00
[ao_basis]
type: character*(256)
doc: name of the ao basis
interface: ezfio
[ao_num]
type: integer
doc: number of ao
2015-07-02 16:51:56 +02:00
interface: ezfio, provider
2015-07-02 15:55:57 +02:00
[ao_prim_num]
type: integer
doc: Number of primitives per atomic orbital
size: (ao_basis.ao_num)
interface: ezfio, provider
2015-07-02 15:55:57 +02:00
[ao_prim_num_max]
type: integer
doc: number of primitive maximun
2015-07-02 16:51:56 +02:00
default: =maxval(ao_basis.ao_prim_num)
2015-07-02 15:55:57 +02:00
interface: ezfio
[ao_nucl]
type: integer
doc: Index of the nuclei on which the ao is centered
size: (ao_basis.ao_num)
interface: ezfio, provider
2015-07-02 15:55:57 +02:00
[ao_power]
type: integer
doc: power for each dimension for each ao_basis
2015-07-02 15:55:57 +02:00
size: (ao_basis.ao_num,3)
interface: ezfio, provider
2015-07-02 15:55:57 +02:00
[ao_coef]
type: double precision
doc: AO Coefficients, read from input. Those should not be used directly, as the MOs are expressed on the basis of **normalized** AOs.
2015-07-02 15:55:57 +02:00
size: (ao_basis.ao_num,ao_basis.ao_prim_num_max)
interface: ezfio, provider
2015-07-02 15:55:57 +02:00
[ao_expo]
type: double precision
doc: expo for each primitive of each ao_basis
2015-07-02 15:55:57 +02:00
size: (ao_basis.ao_num,ao_basis.ao_prim_num_max)
interface: ezfio, provider
2015-07-02 15:55:57 +02:00
[ao_md5]
type: character*(32)
doc: MD5 key characteristic of the AO basis
interface: ezfio, provider