stk.MoleculeDejsonizer
- class stk.MoleculeDejsonizer[source]
Bases:
object
Abstract base class for creating molecules from JSONs.
See also
Notes
You might notice that the public methods of this abstract base class are implemented. These are just default implementations, which can be safely ignored or overridden, when implementing subclasses. However, the default implementation can be used directly, if it suits your needs.
Methods
Get a
Molecule
from a JSON.