Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format of basis set references #283

Open
bingao opened this issue Aug 4, 2023 · 0 comments
Open

Format of basis set references #283

bingao opened this issue Aug 4, 2023 · 0 comments

Comments

@bingao
Copy link

bingao commented Aug 4, 2023

Dear all,

I am trying to obtain references for basis sets by using REST API. For example, https://www.basissetexchange.org/api/references/4-31g/format/json/?version=0 returns references for 4-31G (version 0):

[
    {
        "reference_info": [
            {
                "reference_description": "31G valence double-zeta",
                "reference_data": [
                    [
                        "ditchfield1971a",
                        {
                            "_entry_type": "article",
                            "authors": [
                                "Ditchfield, R.",
                                "Hehre, W. J.",
                                "Pople, J. A."
                            ],
                            "title": "Self-Consistent Molecular-Orbital Methods. IX. An Extended Gaussian-Type Basis for Molecular-Orbital Studies of Organic Molecules",
                            "journal": "J. Chem. Phys.",
                            "volume": "54",
                            "pages": "724-728",
                            "year": "1971",
                            "doi": "10.1063/1.1674902"
                        }
                    ]
                ]
            }
        ],
        "elements": [
            "1"
        ]
    },
    ...
]

My question is about the format/schema of the field reference_data. From the above example, the value of reference_data is an array. Elements of this array are also arrays. Is it correct that only reference's key (in this example, ditchfield1971a) and content are in these arrays?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant