|
|
__init__(self,
entry_id=None,
title=None,
charge=None,
weights=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
_updateAtomNumbers(self,
names)
Updates the atom index dictionary when the atom names change. |
|
|
|
dict
|
weightsByNum(self)
Get a dictionary of {atom index: atom weight}. |
|
|
|
Inherited from base_widgets.SubTabRow:
getAtomNums,
getAtoms,
getStructure
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|