-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Describe what you are trying to achieve
Hi developers, I see on QCSchema PySCF is listed as an available program choice, but I can't find singlepoint records of it.
`
import qcportal as ptl
client = ptl.PortalClient("https://api.qcarchive.molssi.org:443/")
results_pyscf = client.query_singlepoints(program="PySCF", limit=5)
for result in results_pyscf:
print(result)
`
Thank you.
Describe methods you have considered
results_pyscf = client.query_records(program="PySCF", limit=5)
However, the program flag does not exist. Indeed, is there a way to search overall records regardless of record type (e.g. single point or torsion drive etc)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels