matflow.param_classes.orientations.LatticeDirection#
- class matflow.param_classes.orientations.LatticeDirection(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
Enum
Lattice directions for unit cells.
Attributes
Real-space A.
Real-space B.
Real-space C.
Reciprocal-space A*.
Reciprocal-space B*.
Reciprocal-space C*.
- A = 0#
Real-space A.
- A_STAR = 3#
Reciprocal-space A*.
- B = 1#
Real-space B.
- B_STAR = 4#
Reciprocal-space B*.
- C = 2#
Real-space C.
- C_STAR = 5#
Reciprocal-space C*.