|
setup(self)
Perform tab specific initialization. |
|
|
dict
|
getMmJagKeywords(self)
This function returns dictionary of mmjag keywords for this tab. |
|
|
dict
|
|
|
loadSettings(self,
jag_input)
Restore scan coordinates settings from Jaguar handle. |
|
|
|
|
|
|
|
saveSettings(self,
jag_input,
eid=None)
Save constraint coordinate settings in jaguar handle. |
|
|
|
deleteCurrentRow(self)
This function is called to delete row which is currently selected
from the coordinates table. |
|
|
|
deleteAllRows(self)
This function is called to delete all rows from the coordinates
table. |
|
|
|
addCoordinate(self,
st,
atoms,
coordinate_type,
target_value=None)
Add new coordinate row. |
|
|
|
|
|
pickCompleted(self,
atoms)
This slot is called when required number of atoms for the current
coordinate type has been picked. |
|
|
|
updateAllConstraintsPB(self)
This function is called when coordinate type is changed to update
text and visibility of the button that adds all constraints. |
|
|
|
addConsButtonPressed(self)
This function is called when 'add all constraints/add selected atoms'
button is clicked. |
|
|
list
|
getAllAtomPairs(self,
st)
This function returns a list of all possible atom pairs in a given
structure. |
|
|
list
|
getAllAngles(self,
st)
This function returns list that contains lists of atoms for each bond
angle in a given structure. |
|
|
list
|
getAllTorsions(self,
st)
This function returns list that contains lists of atoms for each
torsion angle in a given structure. |
|
|
Inherited from coordinates.CoordinateTab :
setAcceptableContraintEids ,
stopPicking
Inherited from base_tab.BaseTab :
__init__ ,
activate ,
deactivate ,
error ,
getDefaultKeywords ,
loadPerAtomSettings ,
reset ,
validate ,
warning
|
str
|
NAME = "Optimization"
The name of the tab
|
tuple
|
UI_MODULES = ui.optimization_tab_ui,
A tuple of ui modules defining the tab widgets.
|
str
|
HELP_TOPIC = "JAGUAR_TOPIC_OPTIMIZATION_FOLDER"
The help topic for the tab
|
|
CONVERGENCE_CRITERIA = OrderedDict((("Default", mm.MMJAG_IACCG...
|
|
INITIAL_HESSIAN = OrderedDict((("Schlegel guess", mm.MMJAG_INH...
|
|
COORDINATE_OPTS = OrderedDict((("Redundant internal", mm.MMJAG...
|
|
ALL_CONSTRAINTS_BUTTON = {mm.MMJAG_COORD_CART_X:(True, "Add Se...
|
Inherited from coordinates.CoordinateTab :
allCoordinatesDeleted ,
coordinateAdded ,
coordinateDeleted ,
coordinateDeselected ,
coordinateSelected ,
refreshMarkers
|