2024-12-04 15:58:59 +01:00
|
|
|
[ao_extra_basis]
|
|
|
|
type: character*(256)
|
|
|
|
doc: Name of the |ao_extra| basis set
|
|
|
|
interface: ezfio
|
|
|
|
|
|
|
|
[ao_extra_num]
|
|
|
|
type: integer
|
|
|
|
doc: Number of |ao_extras|
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_prim_num]
|
|
|
|
type: integer
|
|
|
|
doc: Number of primitives per |ao_extra|
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (ao_extra_basis.ao_extra_num)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_prim_num_max]
|
|
|
|
type: integer
|
|
|
|
doc: Maximum number of primitives
|
2024-12-06 14:55:44 +01:00
|
|
|
default: =maxval(ao_extra_basis.ao_extra_prim_num)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio
|
|
|
|
|
|
|
|
[ao_extra_nucl]
|
|
|
|
type: integer
|
|
|
|
doc: Index of the nucleus on which the |ao_extra| is centered
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (ao_extra_basis.ao_extra_num)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_power]
|
|
|
|
type: integer
|
|
|
|
doc: Powers of x, y and z for each |ao_extra|
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (ao_extra_basis.ao_extra_num,3)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_coef]
|
|
|
|
type: double precision
|
|
|
|
doc: Primitive coefficients, read from input. Those should not be used directly, as the MOs are expressed on the basis of **normalized** ao_extras.
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (ao_extra_basis.ao_extra_num,ao_extra_basis.ao_extra_prim_num_max)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_expo]
|
|
|
|
type: double precision
|
|
|
|
doc: Exponents for each primitive of each |ao_extra|
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (ao_extra_basis.ao_extra_num,ao_extra_basis.ao_extra_prim_num_max)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_md5]
|
|
|
|
type: character*(32)
|
|
|
|
doc: MD5 key, specific of the |ao_extra| basis
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_cartesian]
|
|
|
|
type: logical
|
|
|
|
doc: If |true|, use |ao_extras| in Cartesian coordinates (6d,10f,...)
|
|
|
|
interface: ezfio, provider
|
|
|
|
default: false
|
|
|
|
|
|
|
|
[ao_extra_normalized]
|
|
|
|
type: logical
|
|
|
|
doc: Use normalized basis functions
|
|
|
|
interface: ezfio, provider
|
|
|
|
default: true
|
|
|
|
|
|
|
|
[primitives_normalized_extra]
|
|
|
|
type: logical
|
|
|
|
doc: Use normalized primitive functions
|
|
|
|
interface: ezfio, provider
|
|
|
|
default: true
|
|
|
|
|
|
|
|
[ao_extra_expo_im]
|
|
|
|
type: double precision
|
|
|
|
doc: imag part for Exponents for each primitive of each cGTOs |ao_extra|
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (ao_extra_basis.ao_extra_num,ao_extra_basis.ao_extra_prim_num_max)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_expo_pw]
|
|
|
|
type: double precision
|
|
|
|
doc: plane wave part for each primitive GTOs |ao_extra|
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (3,ao_extra_basis.ao_extra_num,ao_extra_basis.ao_extra_prim_num_max)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[ao_extra_expo_phase]
|
|
|
|
type: double precision
|
|
|
|
doc: phase shift for each primitive GTOs |ao_extra|
|
2024-12-06 14:55:44 +01:00
|
|
|
size: (3,ao_extra_basis.ao_extra_num,ao_extra_basis.ao_extra_prim_num_max)
|
2024-12-04 15:58:59 +01:00
|
|
|
interface: ezfio, provider
|
|
|
|
|