|
OpenStructure
|
Public Member Functions | |
| __init__ (self, a1, a2, a3, angle, exp_angle, std) | |
| ToJSON (self, decimals=3) | |
Data Fields | |
| a1 | |
| a2 | |
| a3 | |
| angle | |
| exp_angle | |
| std | |
Object to hold info on angle violation Constructor arguments are available as attributes: * a1 (:class:`ost.mol.AtomHandle`) * a2 (:class:`ost.mol.AtomHandle`) * a3 (:class:`ost.mol.AtomHandle`) * angle (:class:`float`) * exp_angle (:class:`float`) * std (:class:`float`)
Definition at line 421 of file stereochemistry.py.
| __init__ | ( | self, | |
| a1, | |||
| a2, | |||
| a3, | |||
| angle, | |||
| exp_angle, | |||
| std | |||
| ) |
Definition at line 433 of file stereochemistry.py.
| ToJSON | ( | self, | |
decimals = 3 |
|||
| ) |
Return JSON serializable dict Atoms are represented by a string in format: <chain_name>.<resnum>.<resnum_inscode>.<atom_name>
Definition at line 441 of file stereochemistry.py.
| a1 |
Definition at line 434 of file stereochemistry.py.
| a2 |
Definition at line 435 of file stereochemistry.py.
| a3 |
Definition at line 436 of file stereochemistry.py.
| angle |
Definition at line 437 of file stereochemistry.py.
| exp_angle |
Definition at line 438 of file stereochemistry.py.
| std |
Definition at line 439 of file stereochemistry.py.