../../../../../miniconda3/envs/descent/lib/python3.9/site-packages/qcportal/client.py:718: in query_results
response = self._automodel_request("result", "get", payload, full_return=True)
../../../../../miniconda3/envs/descent/lib/python3.9/site-packages/qcportal/client.py:274: in _automodel_request
r = self._request(rest, name, data=payload.serialize(self.encoding), timeout=timeout)
...
Could not connect to server https://api.qcarchive.molssi.org:443/, please check the address and try again.
@bennybp response:
ok I see. Has to do with the way the table is indexed. It will go a lot faster if you know the id of the keywords
Description
This PR aims to patch errors raised when mapping an optimizations collection to a basic collection caused by issues in the QCFractal server.
From slack:
I'm trying to pull some result records (gradient and hessian) from QCA but I'm getting a connection refused error:
@bennybp response:
Status