Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nshells | = | 0 | ||
integer, | public | :: | nbfs | = | 0 | ||
integer, | public | :: | nprims | = | 0 | ||
integer, | public, | allocatable | :: | ang(:) | |||
integer, | public, | allocatable | :: | ncontract(:) | |||
real(kind=real64), | public, | allocatable | :: | ex(:) | |||
real(kind=real64), | public, | allocatable | :: | cc(:) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(atom_basis_t), | public | :: | atoms(MAX_ELEMENT_Z) |
procedure, public :: from_file => read_basis_library | |
procedure, public :: calc_req_storage | |
procedure, public :: echo => basis_library_echo |