Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Module solvation_tab
[hide private]
[frames] | no frames]

Module solvation_tab

Classes [hide private]
  SolventTab
The Solvent tab that contains only solvent model widgets.
  SolventPkaTab
The Solvent tab for the Pka panel.
  SolvationTab
The Solvation tab, which includes solvent model and gas-phase reference energy
  SolvationTabNoOptimized
A solvation tab that doesn't allow "Optimized gas-phase structure".
Functions [hide private]
 
different(value1, value2)
Return True if the given float values are different from each other (tiny differences are not considered).
Variables [hide private]
  SOLVENTS_BY_NAME = {'1,2-dichloroethane': Solvent(name='1,2-di...
  ALL_SOLVENT_KEYVALUES = ['water', 'acetonitrile', 'benzene', '...
  __package__ = 'schrodinger.application.jaguar.gui.tabs'
  solvent = Solvent(name='Other', keyvalue='other', dielectric=N...
Variables Details [hide private]

SOLVENTS_BY_NAME

Value:
{'1,2-dichloroethane': Solvent(name='1,2-dichloroethane', keyvalue='di\
chloroethane', dielectric=10.65, radius=2.51, weight=98.96, density=1.\
2351),
 'Acetonitrile': Solvent(name='Acetonitrile', keyvalue='acetonitrile',\
 dielectric=37.5, radius=2.19, weight=41.05, density=0.777),
 'Benzene': Solvent(name='Benzene', keyvalue='benzene', dielectric=2.2\
84, radius=2.6, weight=78.12, density=0.87865),
 'Carbon tetrachloride': Solvent(name='Carbon tetrachloride', keyvalue\
...

ALL_SOLVENT_KEYVALUES

Value:
['water',
 'acetonitrile',
 'benzene',
 'carbon_tet',
 'chlorobenzene',
 'chloroform',
 'cyclohexane',
 'dichloroethane',
...

solvent

Value:
Solvent(name='Other', keyvalue='other', dielectric=None, radius=None, \
weight=None, density=None)