fermi_surface_plot_type Derived Type

type, public :: fermi_surface_plot_type

================================================== Contains variables to control Fermi surface plotting in the main wannier code. ==================================================


Inherited by

type~~fermi_surface_plot_type~~InheritedByGraph type~fermi_surface_plot_type fermi_surface_plot_type type~lib_common_type lib_common_type type~lib_common_type->type~fermi_surface_plot_type fermi_surface_data

Components

Type Visibility Attributes Name Initial
integer, public :: num_points = 50
character(len=20), public :: plot_format = 'xcrysden'

Source Code

  type fermi_surface_plot_type
    !!==================================================
    !! Contains variables to control Fermi surface plotting in the main wannier code.
    !!==================================================
    integer :: num_points = 50
    character(len=20) :: plot_format = 'xcrysden'
  end type fermi_surface_plot_type