| Trees | Indices | Help |
|
|---|
|
|
Classes for parsing Jaguar output files and accessing output properties programmatically.
Copyright Schrodinger, LLC. All rights reserved.
|
|||
|
CaseInsensitiveString A class that behaves like a regular string except that comparisons are done on a case insensitive basis. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_FLOAT_PRECISION = 1
|
|||
_LIST_PRECISION = 2
|
|||
_SIMPLE = 0hash(x) |
|||
__package__ =
|
|||
|
|||
Compare two angles to the specified precision,
taking into account modulo 360 being equivalent.
We also don't care about the sign.
@rtype = int
@return = { 0 if angles considered equivalent
{ 1 if angles considered different
|
A general function for comparing the attributes of two objects.
Return a set of attribute names that fail the equality test.
The interface the objects must provide is as follows:
1) A list of _Attribute instances stored under the attribute name
'_attributes'.
2) A named attribute for any named precision in _Attributes that
have float or list comparisons.
Parameters
short_circuit (bool)
If True, return as soon as a difference is found.
factor (float)
A constant factor to use to loosen floating point comparisons by.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:06 2016 | http://epydoc.sourceforge.net |