Main class for making nanotubes.
|
__init__(self,
element1=constants.Constants.ELEMENT1,
element2=constants.Constants.ELEMENT2,
bondlength=constants.Constants.BONDLENGTH,
no_double_bonds=constants.Constants.NO_DOUBLE_BONDS,
nindex=constants.Constants.NINDEX,
mindex=constants.Constants.MINDEX,
ncells=constants.Constants.NCELLS,
termfrag=constants.Constants.TERMFRAG,
min_term_frags=constants.Constants.MIN_TERM_FRAGS,
up_to_nindex=constants.Constants.UP_TO_NINDEX,
up_to_mindex=constants.Constants.UP_TO_MINDEX,
nwalls=constants.Constants.NWALLS,
wallsep=constants.Constants.WALLSEP,
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__
|