wvfn_read_type Derived Type

type, public :: wvfn_read_type

================================================== Contains information for how to read the wavefunction files ==================================================


Inherited by

type~~wvfn_read_type~~InheritedByGraph type~wvfn_read_type wvfn_read_type type~lib_common_type lib_common_type type~lib_common_type->type~wvfn_read_type wvfn_read

Components

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

Read the wvfn from fortran formatted file

integer, public :: spin_channel = 1

Spin up=1 down=2


Source Code

  type wvfn_read_type ! only in plot.F90
    !!==================================================
    !! Contains information for how to read the wavefunction files
    !!==================================================
    logical :: formatted = .false.
    !! Read the wvfn from fortran formatted file
    integer :: spin_channel = 1
    !! Spin up=1 down=2
  end type wvfn_read_type