================================================== Contains variables used in the spin module of postw90 ==================================================
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | axis_polar | = | 0.0_dp | ||
| real(kind=dp), | public | :: | axis_azimuth | = | 0.0_dp | ||
| type(kmesh_spacing_type), | public | :: | kmesh |
type pw90_spin_mod_type !!================================================== !! Contains variables used in the spin module of postw90 !!================================================== real(kind=dp) :: axis_polar = 0.0_dp real(kind=dp) :: axis_azimuth = 0.0_dp type(kmesh_spacing_type) :: kmesh end type pw90_spin_mod_type