2015-07-02 15:55:57 +02:00
|
|
|
[ao_basis]
|
|
|
|
type: character*(256)
|
2016-01-27 00:19:08 +01:00
|
|
|
doc: name of the AO basis set
|
2015-07-02 15:55:57 +02:00
|
|
|
interface: ezfio
|
|
|
|
|
|
|
|
[ao_num]
|
|
|
|
type: integer
|
2016-01-27 00:19:08 +01:00
|
|
|
doc: number of AOs
|
2015-07-02 16:51:56 +02:00
|
|
|
interface: ezfio, provider
|
2015-07-02 15:55:57 +02:00
|
|
|
|
|
|
|
[ao_prim_num]
|
|
|
|
type: integer
|
2015-07-03 10:35:17 +02:00
|
|
|
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
|
2015-07-03 10:35:17 +02:00
|
|
|
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
|
2016-01-27 00:19:08 +01:00
|
|
|
doc: Index of the nucleus on which the AO is centered
|
2015-07-03 10:35:17 +02:00
|
|
|
size: (ao_basis.ao_num)
|
|
|
|
interface: ezfio, provider
|
2015-07-02 15:55:57 +02:00
|
|
|
|
|
|
|
[ao_power]
|
|
|
|
type: integer
|
2016-01-27 00:19:08 +01:00
|
|
|
doc: Powers of x, y and z for each AO
|
2015-07-02 15:55:57 +02:00
|
|
|
size: (ao_basis.ao_num,3)
|
2015-07-03 10:35:17 +02:00
|
|
|
interface: ezfio, provider
|
2015-07-02 15:55:57 +02:00
|
|
|
|
|
|
|
[ao_coef]
|
|
|
|
type: double precision
|
2016-01-27 00:19:08 +01:00
|
|
|
doc: Primitive 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)
|
2015-07-03 10:35:17 +02:00
|
|
|
interface: ezfio, provider
|
2015-07-02 15:55:57 +02:00
|
|
|
|
|
|
|
[ao_expo]
|
|
|
|
type: double precision
|
2016-01-27 00:19:08 +01:00
|
|
|
doc: Exponents for each primitive of each AO
|
2015-07-02 15:55:57 +02:00
|
|
|
size: (ao_basis.ao_num,ao_basis.ao_prim_num_max)
|
2015-07-03 10:35:17 +02:00
|
|
|
interface: ezfio, provider
|
2015-07-02 15:55:57 +02:00
|
|
|
|
|
|
|
[ao_md5]
|
|
|
|
type: character*(32)
|
2016-01-27 00:19:08 +01:00
|
|
|
doc: MD5 key, specific of the AO basis
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_cartesian]
|
|
|
|
type: logical
|
|
|
|
doc: If true, use AOs in Cartesian coordinates (6d,10f,...)
|
|
|
|
interface: ezfio, provider
|
|
|
|
default: false
|
2016-09-28 20:27:59 +02:00
|
|
|
|
|
|
|
[integral_overlap]
|
|
|
|
type: double precision
|
|
|
|
doc: Overlap integrals in AO basis set
|
|
|
|
size: (ao_basis.ao_num,ao_basis.ao_num)
|
|
|
|
interface: ezfio
|
|
|
|
default: false
|
|
|
|
|
|
|
|
[integral_nuclear]
|
|
|
|
type: double precision
|
|
|
|
doc: Nucleus-electron integrals in AO basis set
|
|
|
|
size: (ao_basis.ao_num,ao_basis.ao_num)
|
|
|
|
interface: ezfio
|
|
|
|
default: false
|
|
|
|
|
|
|
|
[integral_kinetic]
|
|
|
|
type: double precision
|
|
|
|
doc: Kinetic energy integrals in AO basis set
|
|
|
|
size: (ao_basis.ao_num,ao_basis.ao_num)
|
|
|
|
interface: ezfio
|
|
|
|
default: false
|
|
|
|
|