friendzone.nwx2molssi.qcschema_api
Classes
The API for computing a MolSSI QCSchema AtomicResult from an |
Module Contents
- class friendzone.nwx2molssi.qcschema_api.QCSchemaAPI
Bases:
pluginplay.PythonOnlyPropertyTypeThe API for computing a MolSSI QCSchema AtomicResult from an AtomicInput.
Both the input and the result are opaque Python objects (in practice
qcelemental.models.v2.AtomicInput/AtomicResultinstances), which is why this property type is defined purely in Python viapluginplay.PythonOnlyPropertyTyperather than as a typed C++ property type.