mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-01-18 07:31:37 +01:00
48 lines
924 B
INI
48 lines
924 B
INI
|
[basis]
|
||
|
type: character*(256)
|
||
|
doc: Name of the |AO| basis set
|
||
|
interface: ezfio
|
||
|
|
||
|
[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
|
||
|
|
||
|
[shell_prim_num]
|
||
|
type: integer
|
||
|
doc: Max number of primitives in a shell
|
||
|
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
|
||
|
|
||
|
[shell_coef]
|
||
|
type: double precision
|
||
|
doc: Primitive coefficients
|
||
|
size: (basis.shell_prim_num)
|
||
|
interface: ezfio, provider
|
||
|
|
||
|
[shell_expo]
|
||
|
type: double precision
|
||
|
doc: Exponents in the shell
|
||
|
size: (basis.shell_prim_num)
|
||
|
interface: ezfio, provider
|
||
|
|
||
|
|