================================================== Contains control variables for the kpath module of postw90 ==================================================
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=20), | public | :: | task | = | 'bands' | ||
| integer, | public | :: | num_points | = | 100 | ||
| character(len=20), | public | :: | bands_colour | = | 'none' |
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