band_plot_type Derived Type

type, public :: band_plot_type

================================================== Contains information to control how the bandstructure plotting is performed and formatted. ==================================================


Inherited by

type~~band_plot_type~~InheritedByGraph type~band_plot_type band_plot_type type~lib_common_type lib_common_type type~lib_common_type->type~band_plot_type band_plot

Components

Type Visibility Attributes Name Initial
character(len=20), public :: mode = 's-k'
character(len=20), public :: format = 'gnuplot'
integer, public, allocatable :: project(:)

Source Code

  type band_plot_type
    !!==================================================
    !! Contains information to control how the bandstructure plotting is performed and formatted.
    !!==================================================
    character(len=20) :: mode = 's-k' !hamiltonian (setup only), plot
    character(len=20) :: format = 'gnuplot'
    integer, allocatable :: project(:)
  end type band_plot_type