================================================== Contains variables to control Fermi surface plotting in the main wannier code. ==================================================
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | num_points | = | 50 | ||
| character(len=20), | public | :: | plot_format | = | 'xcrysden' |
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