|
| logical | symlib = .FALSE. |
| |
| logical | fullgrid = .FALSE. |
| |
| logical | inversion_only = .FALSE. |
| |
| logical | spglib_reduction = .FALSE. |
| |
| logical | spglib_backend = .FALSE. |
| |
| logical | spglib_requested = .TRUE. |
| |
| integer | plevel = 0 |
| |
| integer | punit = -1 |
| |
| integer | istriz = -1 |
| |
| real(kind=dp) | delta = 1.0e-8_dp |
| |
| real(kind=dp), dimension(3, 3) | hmat = 0.0_dp |
| |
| real(kind=dp), dimension(3) | wvk0 = 0.0_dp |
| |
| integer, dimension(3) | mesh = 0 |
| |
| integer | nkpoint = 0 |
| |
| integer | nat = 0 |
| |
| integer, dimension(:), allocatable | atype |
| |
| real(kind=dp), dimension(:, :), allocatable | scoord |
| |
| real(kind=dp), dimension(:, :), allocatable | xkpoint |
| |
| real(kind=dp), dimension(:), allocatable | wkpoint |
| |
| real(kind=dp), dimension(:, :), allocatable | kpmesh |
| |
| integer, dimension(:, :), allocatable | kplink |
| |
| integer, dimension(:), allocatable | kpop |
| |
| character(len=11) | international_symbol = "" |
| |
| character(len=6) | pointgroup_symbol = "" |
| |
| character(len=10) | schoenflies = "" |
| |
| integer | n_operations = 0 |
| |
| integer, dimension(:, :, :), allocatable | rotations |
| |
| real(kind=dp), dimension(:, :), allocatable | translations |
| |
| real(kind=dp), dimension(:, :, :), allocatable | rt |
| |
| real(kind=dp), dimension(:, :), allocatable | vt |
| |
| integer, dimension(:, :), allocatable | f0 |
| |
| integer | nrtot = 0 |
| |
| integer, dimension(:), allocatable | ibrot |
| |
CSM type.
- Content:
Definition at line 44 of file cryssym.F.