pw90_kpath_mod_type Derived Type

type, public :: pw90_kpath_mod_type

================================================== Contains control variables for the kpath module of postw90 ==================================================


Components

Type Visibility Attributes Name Initial
character(len=20), public :: task = 'bands'
integer, public :: num_points = 100
character(len=20), public :: bands_colour = 'none'

Source Code

  type pw90_kpath_mod_type
    !!==================================================
    !! Contains control variables for the kpath module of postw90
    !!==================================================
    character(len=20) :: task = 'bands'
    integer :: num_points = 100
    character(len=20) :: bands_colour = 'none'
  end type pw90_kpath_mod_type