compute_bundle_density

sknano.core.structures.compute_bundle_density(*Ch, r_vdw=None, bond=None, element1=None, element2=None)[source] [edit on github][source]

Compute nanotube bundle mass density ρbundle(n,m) in g/cm3.

ρbundle(n,m)=8π2mCn2+m2+nm93a3CC×(n2+m2+nm+πdvdW3aCC)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).

  • r_vdw (int) – van der Waals radius of nanotube atoms
  • bond (float, optional) – Bond length.
Returns:

ρbundle in units of gcm3

Return type:

float