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

48 lines
924 B
INI
Raw Normal View History

2021-05-21 16:42:48 +02:00
[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