Direct2DLatticeMixin¶
-
class
sknano.core.crystallography.Direct2DLatticeMixin[source] [edit on github][source]¶ Bases:
objectMixin class for computing the 2D direct lattice parameters from 2D reciprocal lattice parameters.
Attributes
a12D lattice vector \(\mathbf{a}_1=\mathbf{a}\). a22D lattice vector \(\mathbf{a}_2=\mathbf{b}\). cos_gamma\(\cos\gamma\) sin_gamma\(\sin\gamma\) Attributes Summary
a12D lattice vector \(\mathbf{a}_1=\mathbf{a}\). a22D lattice vector \(\mathbf{a}_2=\mathbf{b}\). cos_gamma\(\cos\gamma\) sin_gamma\(\sin\gamma\) Attributes Documentation
-
a1¶ 2D lattice vector \(\mathbf{a}_1=\mathbf{a}\).
-
a2¶ 2D lattice vector \(\mathbf{a}_2=\mathbf{b}\).
-
cos_gamma¶ \(\cos\gamma\)
-
sin_gamma¶ \(\sin\gamma\)
-