| Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
ZVariables
A class to store Z-variables and their values, generated in scan jobs.
The class is basically a dictionary with added attributes indicating the
length and angle units.
Attributes:
length_unit (str)
Either Angstrom or Bohr. (The value is equal to one of the module
level constants unAngstrom or unBohr.)
angle_unit (str)
Either degree or radian. (The values is equal to one of the
module level constants unDegree or unRadian.)
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
precision = 0.01
|
|||
|
Inherited from |
|||
|
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
x==y
|
x!=y
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:44 2016 | http://epydoc.sourceforge.net |