CSM type.
More...
|
| logical | symlib = .FALSE. |
| |
| logical | fullgrid = .FALSE. |
| |
| 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(3, 3, 48) | rt = 0.0_dp |
| |
| real(kind=dp), dimension(3, 48) | vt = 0.0_dp |
| |
| integer, dimension(:, :), allocatable | f0 |
| |
| integer | nrtot = 0 |
| |
| integer, dimension(48) | ibrot = 1 |
| |
CSM type.
- Content:
Definition at line 42 of file cryssym.F.
◆ symlib
| logical cryssym::csym_type::symlib = .FALSE. |
◆ fullgrid
| logical cryssym::csym_type::fullgrid = .FALSE. |
◆ plevel
| integer cryssym::csym_type::plevel = 0 |
◆ punit
| integer cryssym::csym_type::punit = -1 |
◆ istriz
| integer cryssym::csym_type::istriz = -1 |
◆ delta
| real(kind=dp) cryssym::csym_type::delta = 1.0e-8_dp |
◆ hmat
| real(kind=dp), dimension(3, 3) cryssym::csym_type::hmat = 0.0_dp |
◆ wvk0
| real(kind=dp), dimension(3) cryssym::csym_type::wvk0 = 0.0_dp |
◆ mesh
| integer, dimension(3) cryssym::csym_type::mesh = 0 |
◆ nkpoint
| integer cryssym::csym_type::nkpoint = 0 |
◆ nat
| integer cryssym::csym_type::nat = 0 |
◆ atype
| integer, dimension(:), allocatable cryssym::csym_type::atype |
◆ scoord
| real(kind=dp), dimension(:, :), allocatable cryssym::csym_type::scoord |
◆ xkpoint
| real(kind=dp), dimension(:, :), allocatable cryssym::csym_type::xkpoint |
◆ wkpoint
| real(kind=dp), dimension(:), allocatable cryssym::csym_type::wkpoint |
◆ kpmesh
| real(kind=dp), dimension(:, :), allocatable cryssym::csym_type::kpmesh |
◆ kplink
| integer, dimension(:, :), allocatable cryssym::csym_type::kplink |
◆ kpop
| integer, dimension(:), allocatable cryssym::csym_type::kpop |
◆ international_symbol
| character(len=11) cryssym::csym_type::international_symbol = "" |
◆ pointgroup_symbol
| character(len=6) cryssym::csym_type::pointgroup_symbol = "" |
◆ schoenflies
| character(len=10) cryssym::csym_type::schoenflies = "" |
◆ n_operations
| integer cryssym::csym_type::n_operations = 0 |
◆ rotations
| integer, dimension(:, :, :), allocatable cryssym::csym_type::rotations |
◆ translations
| real(kind=dp), dimension(:, :), allocatable cryssym::csym_type::translations |
◆ rt
| real(kind=dp), dimension(3, 3, 48) cryssym::csym_type::rt = 0.0_dp |
◆ vt
| real(kind=dp), dimension(3, 48) cryssym::csym_type::vt = 0.0_dp |
◆ f0
| integer, dimension(:, :), allocatable cryssym::csym_type::f0 |
◆ nrtot
| integer cryssym::csym_type::nrtot = 0 |
◆ ibrot
| integer, dimension(48) cryssym::csym_type::ibrot = 1 |
The documentation for this type was generated from the following file: