You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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.
The text was updated successfully, but these errors were encountered:
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):My question is about the format/schema of the field
reference_data
. From the above example, the value ofreference_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.
The text was updated successfully, but these errors were encountered: