Main class for making nanotubes.
|
|
__init__(self,
element1='C',
element2='C',
bondlength=1.418,
no_double_bonds=False,
nindex=6,
mindex=6,
ncells=1,
termfrag='hydrogen',
min_term_frags=False,
up_to_nindex=False,
up_to_mindex=False,
nwalls=1,
wallsep=3.35,
orient=False,
logger=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
list of NanoTube
|
|
|
|
|
|
list of MultiWalledNanoTube
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|