| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(wannier_data_type), | public, | save | :: | wannier_data | |||
| type(kmesh_info_type), | public, | save | :: | kmesh_info | |||
| type(dis_manifold_type), | public, | save | :: | dis_manifold | |||
| integer, | public, | allocatable, save | :: | exclude_bands(:) | |||
| real(kind=dp), | public, | allocatable, save | :: | kpt_latt(:,:) | |||
| logical, | public, | save | :: | have_disentangled | |||
| integer, | public, | save | :: | num_exclude_bands | |||
| integer, | public, | save | :: | num_kpts | |||
| integer, | public, | save | :: | num_bands |
Number of bands |
||
| integer, | public, | save | :: | num_wann |
number of wannier functions |
||
| real(kind=dp), | public, | allocatable, save | :: | eigval(:,:) | |||
| complex(kind=dp), | public, | allocatable, save | :: | u_matrix_opt(:,:,:) | |||
| complex(kind=dp), | public, | allocatable, save | :: | u_matrix(:,:,:) | |||
| integer, | public, | save | :: | mp_grid(3) |
Dimensions of the Monkhorst-Pack grid |
||
| integer, | public, | save | :: | num_proj | |||
| real(kind=dp), | public, | save | :: | real_lattice(3,3) | |||
| real(kind=dp), | public, | save | :: | recip_lattice(3,3) | |||
| type(kpoint_path_type), | public, | save | :: | spec_points |