basis_file_t Derived Type

type, public :: basis_file_t

Container for basis set file contents


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: data_section
character(len=:), public, allocatable :: full_content

Source Code

   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