UnrolledSWNTMixin¶
-
class
sknano.core.structures.
UnrolledSWNTMixin
[source] [edit on github][source]¶ Bases:
object
Mixin class for unrolled nanotubes.
Attributes
Lx
Axis-aligned length along the x
-axis in Angstroms.Ly
Axis-aligned length along the y
-axis in Angstroms.fix_Lx
bool
indicating whetherUnrolledSWNTMixin.Lx
is fixed or calculated.nlayers
Number of layers. nx
Number of unit cells along the \(x\)-axis. ny
An alias for UnrolledSWNTMixin.nlayers
.Attributes Summary
Lx
Axis-aligned length along the x
-axis in Angstroms.Ly
Axis-aligned length along the y
-axis in Angstroms.fix_Lx
bool
indicating whetherUnrolledSWNTMixin.Lx
is fixed or calculated.nlayers
Number of layers. nx
Number of unit cells along the \(x\)-axis. ny
An alias for UnrolledSWNTMixin.nlayers
.Attributes Documentation
-
Lx
¶ Axis-aligned length along the
x
-axis in Angstroms.
-
Ly
¶ Axis-aligned length along the
y
-axis in Angstroms.
-
fix_Lx
¶ bool
indicating whetherUnrolledSWNTMixin.Lx
is fixed or calculated.
-
nlayers
¶ Number of layers.
-
nx
¶ Number of unit cells along the \(x\)-axis.
-
ny
¶ An alias for
UnrolledSWNTMixin.nlayers
.
-