pw90_oper_read_type Derived Type

type, public :: pw90_oper_read_type

================================================== Contains variables for determining whether formatted or unformatted input is read by get_oper.F90 ==================================================


Components

Type Visibility Attributes Name Initial
logical, public :: spn_formatted = .false.

Read the spin from fortran formatted file

logical, public :: uHu_formatted = .false.

Read the uHu from fortran formatted file


Source Code

  type pw90_oper_read_type
    !!==================================================
    !! Contains variables for determining whether formatted or unformatted input is read by get_oper.F90
    !!==================================================
    logical :: spn_formatted = .false.
    !! Read the spin from fortran formatted file
    logical :: uHu_formatted = .false.
    !! Read the uHu from fortran formatted file
  end type pw90_oper_read_type