Container for basis set file contents
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | data_section | |||
| character(len=:), | public, | allocatable | :: | full_content |
type :: basis_file_t !! Container for basis set file contents character(len=:), allocatable :: full_content character(len=:), allocatable :: data_section end type basis_file_t