w90_system_type Derived Type

type, public :: w90_system_type

================================================== Contains physical information about the material being calculated. ==================================================


Inherited by

type~~w90_system_type~~InheritedByGraph type~w90_system_type w90_system_type type~lib_common_type lib_common_type type~lib_common_type->type~w90_system_type w90_system

Components

Type Visibility Attributes Name Initial
integer, public :: num_valence_bands
integer, public :: num_elec_per_state = 2
logical, public :: spinors = .false.

Source Code

  type w90_system_type
    !!==================================================
    !! Contains physical information about the material being calculated.
    !!==================================================
    integer :: num_valence_bands ! **no sensible default**
    integer :: num_elec_per_state = 2 ! used in: wannierise and postw90 dos and boltzwann
    logical :: spinors = .false.  !are our WF spinors? !kmesh, plot, wannier_lib, postw90/gyrotropic
  end type w90_system_type