ResultRecordFilter

pydantic model openff.qcsubmit.results.filters.ResultRecordFilter[source]

The base class for filters which will operate on QC records and their corresponding molecules directly.

Show JSON schema
{
   "title": "ResultRecordFilter",
   "description": "The base class for filters which will operate on QC records and their\ncorresponding molecules directly.",
   "type": "object",
   "properties": {}
}