|
|
__init__(self,
element1=constants.Constants.ELEMENT1,
element2=constants.Constants.ELEMENT2,
bondlength=constants.Constants.BONDLENGTH,
ncell1=constants.Constants.NCELL1,
edgetype1=constants.Constants.EDGETYPE1,
ncell2=constants.Constants.NCELL2,
edgetype2=constants.Constants.EDGETYPE2,
no_double_bonds=constants.Constants.NO_DOUBLE_BONDS,
termfrag=constants.Constants.TERMFRAG,
min_term_frags=constants.Constants.MIN_TERM_FRAGS,
bilayersep=constants.Constants.BILAYERSEP,
nbilayers=constants.Constants.NBILAYERS,
stacktype=constants.Constants.ABAB,
bilayershift=constants.Constants.BILAYERSHIFT,
logger=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|