cached_query_procedures

openff.qcsubmit.results.caching.cached_query_procedures(client_address, record_ids)[source]

A cached version of FractalClient.query_procedures.

Parameters
  • client_address (str) – The address of the running QCFractal instance to query.

  • record_ids (List[str]) – The ids of the records to query.

Returns

The returned records.

Return type

List[openff.qcsubmit.results.caching.S]