|
CP2K 2.4 (Revision 12889)
|
Type defining parameters related to the simulation cell. More...
Collaboration diagram for cell_types::cell_type:Private Attributes | |
| INTEGER | ref_count |
| INTEGER | id_nr |
| INTEGER | symmetry_id |
| LOGICAL | orthorhombic |
| REAL(KIND=dp) | deth |
| INTEGER, dimension(3) | perd |
| REAL(KIND=dp), dimension(3, 3) | hmat |
| REAL(KIND=dp), dimension(3, 3) | h_inv |
Type defining parameters related to the simulation cell.
Definition at line 70 of file cell_types.f90.
REAL(KIND = dp) cell_types::cell_type::deth [private] |
Definition at line 74 of file cell_types.f90.
REAL(KIND = dp),dimension(3,3) cell_types::cell_type::h_inv [private] |
Definition at line 76 of file cell_types.f90.
REAL(KIND = dp),dimension(3,3) cell_types::cell_type::hmat [private] |
Definition at line 76 of file cell_types.f90.
INTEGER cell_types::cell_type::id_nr [private] |
Definition at line 71 of file cell_types.f90.
LOGICAL cell_types::cell_type::orthorhombic [private] |
Definition at line 73 of file cell_types.f90.
INTEGER,dimension(3) cell_types::cell_type::perd [private] |
Definition at line 75 of file cell_types.f90.
INTEGER cell_types::cell_type::ref_count [private] |
Definition at line 71 of file cell_types.f90.
INTEGER cell_types::cell_type::symmetry_id [private] |
Definition at line 72 of file cell_types.f90.
1.7.3