================================================== Contains information to control how the bandstructure plotting is performed and formatted. ==================================================
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=20), | public | :: | mode | = | 's-k' | ||
| character(len=20), | public | :: | format | = | 'gnuplot' | ||
| integer, | public, | allocatable | :: | project(:) |
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