potCosAngleRatio
index
potCosAngleRatio.py

 
Classes
       
pyPot.PyPot(__builtin__.object)
Cos2AngleRatioPot
CosAngleRatioPot

 
class Cos2AngleRatioPot(pyPot.PyPot)
    
Method resolution order:
Cos2AngleRatioPot
pyPot.PyPot
__builtin__.object

Methods defined here:
__init__(s, name, atomSel01, atomSela1, atomSelb1, atomSel02, atomSela2, atomSelb2, atomSel03, atomSela3, atomSelb3, atomSel04, atomSela4, atomSelb4, sim=0)
calcEnergy(s)
calcEnergyAndDerivs(s, derivs)

Methods inherited from pyPot.PyPot:
__del__(self, destroy=<built-in function delete_PyPot>)
__deref__(*args)
__getattr__ lambda self, name
__mul__(*args)
__oldinit__ = __init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
help(*args)
incrRefCount(*args)
instanceData(*args)
instanceName(*args)
numRestraints(*args)
pointer(*args)
potName(*args)
pythonPot(*args)
registerInstanceData(*args)
registerTo(*args)
resetPotName(*args)
rms(*args)
scale(*args)
setScale(*args)
setThreshold(*args)
threshold(*args)
unRegister(*args)
updateValues(*args)
violations(*args)

Properties inherited from pyPot.PyPot:
instanceData_
get = PyPot_instanceData__get(...)
set = PyPot_instanceData__set(...)
modified
get = PyPot_modified_get(...)
set = PyPot_modified_set(...)
registeredSimulations
get = PyPot_registeredSimulations_get(...)
set = PyPot_registeredSimulations_set(...)

Data and other attributes inherited from pyPot.PyPot:
__dict__ = <dictproxy object at 0x111a600>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'instanceData_': <built-in function PyPot_instanceData__get>, 'modified': <built-in function PyPot_modified_get>, 'registeredSimulations': <built-in function PyPot_registeredSimulations_get>}
__swig_setmethods__ = {'instanceData_': <built-in function PyPot_instanceData__set>, 'modified': <built-in function PyPot_modified_set>, 'registeredSimulations': <built-in function PyPot_registeredSimulations_set>}
__weakref__ = <attribute '__weakref__' of 'PyPot' objects>
list of weak references to the object (if defined)

 
class CosAngleRatioPot(pyPot.PyPot)
    
Method resolution order:
CosAngleRatioPot
pyPot.PyPot
__builtin__.object

Methods defined here:
__init__(s, name, atomSel01, atomSela1, atomSelb1, atomSel02, atomSela2, atomSelb2, sim=0)
calcEnergy(s)
calcEnergyAndDerivs(s, derivs)

Methods inherited from pyPot.PyPot:
__del__(self, destroy=<built-in function delete_PyPot>)
__deref__(*args)
__getattr__ lambda self, name
__mul__(*args)
__oldinit__ = __init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
help(*args)
incrRefCount(*args)
instanceData(*args)
instanceName(*args)
numRestraints(*args)
pointer(*args)
potName(*args)
pythonPot(*args)
registerInstanceData(*args)
registerTo(*args)
resetPotName(*args)
rms(*args)
scale(*args)
setScale(*args)
setThreshold(*args)
threshold(*args)
unRegister(*args)
updateValues(*args)
violations(*args)

Properties inherited from pyPot.PyPot:
instanceData_
get = PyPot_instanceData__get(...)
set = PyPot_instanceData__set(...)
modified
get = PyPot_modified_get(...)
set = PyPot_modified_set(...)
registeredSimulations
get = PyPot_registeredSimulations_get(...)
set = PyPot_registeredSimulations_set(...)

Data and other attributes inherited from pyPot.PyPot:
__dict__ = <dictproxy object at 0x111a718>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'instanceData_': <built-in function PyPot_instanceData__get>, 'modified': <built-in function PyPot_modified_get>, 'registeredSimulations': <built-in function PyPot_registeredSimulations_get>}
__swig_setmethods__ = {'instanceData_': <built-in function PyPot_instanceData__set>, 'modified': <built-in function PyPot_modified_set>, 'registeredSimulations': <built-in function PyPot_registeredSimulations_set>}
__weakref__ = <attribute '__weakref__' of 'PyPot' objects>
list of weak references to the object (if defined)

 
Functions
       
addVec(v1, v2)
dot(v1, v2)
norm(v)
sqrt(...)
sqrt(x)
 
Return the square root of x.
subVec(v1, v2)
subtract v2 from v1
unitVec(v)
vecScale(a, v)