================================================== Contains information for how to read the wavefunction files ==================================================
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | formatted | = | .false. |
Read the wvfn from fortran formatted file |
|
| integer, | public | :: | spin_channel | = | 1 |
Spin up=1 down=2 |
type wvfn_read_type ! only in plot.F90 !!================================================== !! Contains information for how to read the wavefunction files !!================================================== logical :: formatted = .false. !! Read the wvfn from fortran formatted file integer :: spin_channel = 1 !! Spin up=1 down=2 end type wvfn_read_type