See initiator docstring.
|
__init__(self,
master)
# Data from panel # miniEntry.get() Number of optimization
cycles (+ int) # mini2Entry.get() Number of per-lambda
optimization cycles (+ int) # miniMenu.get() Type of
minimization algorithm |
|
|
|
checkLambdaOptions(self)
Method to ensure lambda and the extra density options are in harmony;
Called by Entry object |
|
|
|
checkLambdaOptionsValue(self,
value)
Method to ensure lambda and the extra density options are in harmony;
Called by OptionMenu object |
|
|
|
ddgSolvDep(self,
isolv)
Function to enable the solvent panel to set dependencies on the ddg
panel (1) Remove NVT/NPT option (2) pack_forget() solvent-only
stage isolv = 2 Remove (1) isolv = 3,4 Remove (1) and (2) isolv
= 1 isn't valid for FEP |
|
|
|
initEntry(self,
variable,
init)
Method to initialize entryfields at their default values |
|
|
|
setDefaults(self)
Method to set defaults |
|
|
|
reset(self)
Method to reset GUI |
|
|
|
settings(self)
method to return a dictionary of job settings by name used in
mcpro_driver.py |
|
|