(git:c5411e0)
Loading...
Searching...
No Matches
cell_types::cell_type Type Reference

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
 

Detailed Description

Type defining parameters related to the simulation cell.

Version
1.0

Definition at line 55 of file cell_types.F.

Field Documentation

◆ tag

character(len=12) cell_types::cell_type::tag = "CELL"

Definition at line 56 of file cell_types.F.

◆ ref_count

integer cell_types::cell_type::ref_count = -1

Definition at line 57 of file cell_types.F.

◆ symmetry_id

integer cell_types::cell_type::symmetry_id = use_perd_none

Definition at line 57 of file cell_types.F.

◆ orthorhombic

logical cell_types::cell_type::orthorhombic = .FALSE.

Definition at line 59 of file cell_types.F.

◆ deth

real(kind=dp) cell_types::cell_type::deth = 0.0_dp

Definition at line 60 of file cell_types.F.

◆ perd

integer, dimension(3) cell_types::cell_type::perd = -1

Definition at line 61 of file cell_types.F.

◆ hmat

real(kind=dp), dimension(3, 3) cell_types::cell_type::hmat = 0.0_dp

Definition at line 62 of file cell_types.F.

◆ h_inv

real(kind=dp), dimension(3, 3) cell_types::cell_type::h_inv = 0.0_dp

Definition at line 62 of file cell_types.F.


The documentation for this type was generated from the following file: