![]() |
(git:d18deda)
|
Type defining parameters related to the simulation cell. More...
Data Fields | |
character(len=12) | tag = "CELL" |
integer | ref_count = -1 |
integer | symmetry_id = use_perd_none |
logical | orthorhombic = .FALSE. |
real(kind=dp) | deth = 0.0_dp |
integer, dimension(3) | perd = -1 |
real(kind=dp), dimension(3, 3) | hmat = 0.0_dp |
real(kind=dp), dimension(3, 3) | h_inv = 0.0_dp |
Type defining parameters related to the simulation cell.
Definition at line 55 of file cell_types.F.
character(len=12) cell_types::cell_type::tag = "CELL" |
Definition at line 56 of file cell_types.F.
integer cell_types::cell_type::ref_count = -1 |
Definition at line 57 of file cell_types.F.
integer cell_types::cell_type::symmetry_id = use_perd_none |
Definition at line 57 of file cell_types.F.
logical cell_types::cell_type::orthorhombic = .FALSE. |
Definition at line 59 of file cell_types.F.
real(kind=dp) cell_types::cell_type::deth = 0.0_dp |
Definition at line 60 of file cell_types.F.
integer, dimension(3) cell_types::cell_type::perd = -1 |
Definition at line 61 of file cell_types.F.
real(kind=dp), dimension(3, 3) cell_types::cell_type::hmat = 0.0_dp |
Definition at line 62 of file cell_types.F.
real(kind=dp), dimension(3, 3) cell_types::cell_type::h_inv = 0.0_dp |
Definition at line 62 of file cell_types.F.