compute_rt

sknano.core.structures.compute_rt(*Ch, bond=None, **kwargs)[source] [edit on github][source]

Compute nanotube radius rt in Å.

rt=|Ch|2π
Parameters:
  • *Ch

    Either a 2-tuple of ints or 2 integers giving the chiral indices of the nanotube chiral vector Ch=na1+ma2=(n,m).

  • bond (float, optional) – Distance between nearest neighbor atoms (i.e., bond length). Must be in units of . Default value is the carbon-carbon bond length in graphite, approximately aCC=1.42
Returns:

Nanotube radius rt in Å.

Return type:

float