Skip to content

Are there any PySCF data on QCArchive #873

@jhmlam

Description

@jhmlam

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions