A class for accessing data about a project table row and the
associated structure
|
|
__init__(self,
row=None)
Instantiate a new object |
|
|
|
|
update(self,
row)
Update this entry with information from the provided row |
|
|
|
schrodinger.structure.Structure
|
|
|
|
reset(self)
Reset any user-specified settings |
|
|
|
int
|
checkPkaAtom(self)
Make sure that a valid pKa atom(s) is specified |
|
|
|
list or NoneType
|
getPkaAtom(self)
Get the currently selected pKa atom(s) |
|
|
|
Inherited from input_tab_widgets.ProjEntry:
getCharge,
getDefaultSpinMult,
getIgnoredSpinMult,
getSpinMult,
getStrucChargeAndSpinMult,
getStructure,
setBasisFromText,
setIncluded,
setSpinMult
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|