|
setup(self)
Perform tab specific initialization. |
|
|
|
setStructure(self,
struc)
Change the structure that this tab is representing |
|
|
|
structureUpdated(self)
React to a change in the structure described by self._struc. |
|
|
|
_getNumStructures(self)
Get the number of structures that this panel is currently
representing |
|
|
|
_getStructure(self)
Get the structure that this panel is currently representing |
|
|
|
getStructure(self)
Get the structure that this panel is currently representing |
|
|
|
createChargeProperties(self)
Create charge and spin properties in the project table in response to
the user clicking on the Create Properties button. |
|
|
Inherited from MoleculeTab :
getBasis ,
getDefaultKeywords ,
getMmJagKeywords ,
loadSettings ,
validate
Inherited from base_tab.BaseTab :
__init__ ,
activate ,
deactivate ,
error ,
loadPerAtomSettings ,
reset ,
saveSettings ,
warning
|