core
This is the core package of PQAnalysis.
It consists of all classes and functions that are used to handle atomic systems, atoms, elements and cells. Additionally it contains some functions that are used to compute properties of atomic systems within the api module, but can be used directly from the core package.
Submodules
Subpackages
Summary
__all__ Exceptions:
Exception raised for errors related to the Atom class |
|
Exception raised for errors related to the Cell class |
|
Exception raised if the given element id is not valid |
|
Exception raised for errors related to the Residue class |
|
Warning raised for problems related to the Residue class |
__all__ Classes:
A class used to represent an atom in a molecule. |
|
Class for storing unit cell parameters. |
|
A class representing a custom element it inherits from the Element class. |
|
A class representing an element. |
|
A class for representing a QM residue type (mol type). |
|
A class for representing a residue type (mol type). |
__all__ Functions:
Returns the distances between all combinations of two position arrays. |
__all__ Data:
Type variable. |
|
NewType creates simple unique types with almost zero runtime overhead. |
|
NewType creates simple unique types with almost zero runtime overhead. |
|
Type variable. |