sknano.structures.compute_N¶
-
sknano.structures.
compute_N
(*Ch)[source][source]¶ Compute N=2(n2+m2+nm)dR.
N is the number of graphene hexagons mapped to a nanotube unit cell.
Parameters: Either a 2-tuple of ints or 2 integers giving the chiral indices of the nanotube chiral vector Ch=na1+ma2=(n,m).
Returns: int
Number of hexagons per nanotube unit cell: N=2(n2+m2+nm)dR.