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

A

Real-space A.

B

Real-space B.

C

Real-space C.

A_STAR

Reciprocal-space A*.

B_STAR

Reciprocal-space B*.

C_STAR

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*.