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
|
|
|
|
|
|
|
|
[shell_normalization_factor]
|
|
|
|
type: double precision
|
|
|
|
doc: Number of primitives per |AO|
|
|
|
|
size: (basis.shell_num)
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
2021-05-21 18:26:50 +02:00
|
|
|
[prim_num]
|
|
|
|
type: integer
|
|
|
|
doc: Total number of primitives
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[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
|
|
|
|
|
|
|
|
[shell_prim_index]
|
|
|
|
type: integer
|
|
|
|
doc: Max number of primitives in a shell
|
|
|
|
size: (basis.shell_num)
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[shell_nucl]
|
|
|
|
type: integer
|
|
|
|
doc: Index of the nucleus on which the shell is centered
|
|
|
|
size: (basis.shell_num)
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
2021-05-21 18:26:50 +02:00
|
|
|
[shell_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-05-21 18:26:50 +02:00
|
|
|
[shell_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
|
|
|
|
|
|
|
|
|