================================================== Contains variables for determining whether formatted or unformatted input is read by get_oper.F90 ==================================================
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | spn_formatted | = | .false. |
Read the spin from fortran formatted file |
|
| logical, | public | :: | uHu_formatted | = | .false. |
Read the uHu from fortran formatted file |
type pw90_oper_read_type !!================================================== !! Contains variables for determining whether formatted or unformatted input is read by get_oper.F90 !!================================================== logical :: spn_formatted = .false. !! Read the spin from fortran formatted file logical :: uHu_formatted = .false. !! Read the uHu from fortran formatted file end type pw90_oper_read_type