cached_query_basic_results
- openff.qcsubmit.results.caching.cached_query_basic_results(client_address, results)[source]
Returns the QC record and corresponding molecule object associated with each of the specified result entries.
The molecule will contain the conformer referenced by the record.
- Parameters
client_address (str) – The address of the running QCFractal instance to query.
results (List[BasicResult]) – The result objects to query.
- Returns
A list of tuples of the returned records and molecules.
- Return type
List[Tuple[qcportal.models.records.ResultRecord, openff.toolkit.topology.molecule.Molecule]]