|
|
setup(self)
Perform tab specific initialization. |
|
|
|
|
reset(self)
Reset the tab to its original state. |
|
|
|
|
|
|
|
|
|
|
_pickAtomRbToggled(self)
When the user choose "Use this atom" or "Use pKa atoms
from the project table", update the picking check boxes. |
|
|
|
|
pickThisAtom(self,
atom_num)
Respond to the atom picking at atom in the "Use this atom"
section. |
|
|
|
|
pickProjTableAtom(self,
atom_num)
Respond to the atom picking at atom in the "Use pKa atoms from
the project table" section. |
|
|
|
str
|
_getAtomName(self,
atom,
struc)
Get the atom name for the specified atom after applying the jaguar
naming scheme to the structure. |
|
|
|
|
_getPkaAtom(self)
Return the currently selected pKa atom |
|
|
|
dict
|
getMmJagKeywords(self)
Return all keywords that should be put into the mmjag handle. |
|
|
|
str or NoneType
|
validate(self)
Make sure that a pka atom has been selected and is a valid atom for
the currently selected structure |
|
|
|
|
loadSettings(self,
jag_input)
Restore tab settings from mmjag keywords. |
|
|
|
|
_createPkaProperties(self)
Create a pKa property in the project table for the structures that
are currently selected in the input selector. |
|
|
|
|
| isZwitterionChecked(self) |
|
|
|
|
| isConformationalSearchesChecked(self) |
|
|
|
Inherited from MoleculeTabBase:
createChargeProperties
Inherited from MoleculeTabBase (private):
_checkAndFixSpin,
_createChargePropertiesForEsl,
_createChargePropertiesSanityCheck,
_fixSpinAndUpdateWarning,
_getChargeFromGui,
_getChargeFromProjTable,
_getNumStructures,
_getStructure,
_getSymmetryKeywords,
_loadCharge,
_loadSymmetry
Inherited from base_tab.BaseTab:
__init__,
activate,
deactivate,
error,
getDefaultKeywords,
loadPerAtomSettings,
saveSettings,
warning
|