9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/basis/EZFIO.cfg

76 lines
1.5 KiB
INI
Raw Normal View History

2021-05-21 16:42:48 +02:00
[basis]
type: character*(256)
doc: Name of the |AO| basis set
2021-05-21 18:26:50 +02:00
interface: ezfio, provider
[typ]
type: character*(32)
doc: Type of basis set. Only 'Gaussian' is supported
interface: ezfio, provider
2021-05-21 16:42:48 +02:00
[shell_num]
type: integer
doc: Number of shells
interface: ezfio, provider
2021-06-11 14:18:23 +02:00
[nucleus_shell_num]
type: integer
doc: Number of shells per nucleus
size: (nuclei.nucl_num)
interface: ezfio, provider
2021-05-21 16:42:48 +02:00
[shell_normalization_factor]
type: double precision
2021-06-01 17:09:59 +02:00
doc: Normalization factor applied to the whole shell, ex $1/\sqrt{ <d_{z^2}|d_{z^2}>}$
2021-05-21 16:42:48 +02:00
size: (basis.shell_num)
2021-05-24 21:55:14 +02:00
interface: ezfio
2021-05-21 16:42:48 +02:00
2021-05-21 18:26:50 +02:00
[shell_ang_mom]
type: integer
doc: Angular momentum of each shell
size: (basis.shell_num)
interface: ezfio, provider
2021-05-21 16:42:48 +02:00
[shell_prim_num]
type: integer
2021-05-21 18:26:50 +02:00
doc: Number of primitives in a shell
2021-05-21 16:42:48 +02:00
size: (basis.shell_num)
interface: ezfio, provider
2021-12-07 19:30:32 +01:00
[shell_index]
2021-05-21 16:42:48 +02:00
type: integer
2021-12-07 19:30:32 +01:00
doc: Index of the shell for each primitive
size: (basis.prim_num)
2021-05-21 16:42:48 +02:00
interface: ezfio, provider
2021-06-11 14:18:23 +02:00
[basis_nucleus_index]
2021-05-21 16:42:48 +02:00
type: integer
2021-12-07 19:30:32 +01:00
doc: Nucleus on which the shell is centered
size: (basis.shell_num)
2021-05-21 16:42:48 +02:00
interface: ezfio, provider
2021-06-01 17:09:59 +02:00
[prim_normalization_factor]
type: double precision
doc: Normalization factor applied to each primitive
size: (basis.prim_num)
interface: ezfio
[prim_num]
type: integer
doc: Total number of primitives
interface: ezfio, provider
[prim_coef]
2021-05-21 16:42:48 +02:00
type: double precision
doc: Primitive coefficients
2021-05-21 18:26:50 +02:00
size: (basis.prim_num)
2021-05-21 16:42:48 +02:00
interface: ezfio, provider
2021-06-01 17:09:59 +02:00
[prim_expo]
2021-05-21 16:42:48 +02:00
type: double precision
doc: Exponents in the shell
2021-05-21 18:26:50 +02:00
size: (basis.prim_num)
2021-05-21 16:42:48 +02:00
interface: ezfio, provider