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

SOF-6896: more adjustments to psp and pseudopotential file schemas #279

Merged
merged 5 commits into from
Nov 21, 2023

Conversation

pranabdas
Copy link
Member

No description provided.

},
"exchangeCorrelation": {
"data": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need data here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should just have valenceConfiguration added

"categories": {
"tier1": "qm",
"tier2": "wf",
"type": "psp",
"subtype": "paw"
},
"data": [
"metaProperties": [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good to rename this, but we don't necessarily need to - it will require changes to JS/webapp. Are those changes present as well?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think currently we do not have equivalent of psp schema, we are only using psp/file in imports/properties/schemas/pseudo.js.

"items": {
"description": "Specific data based on pseudopotential file.",
"$ref": "./psp/file.json"
"metaProperties": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just keep as it was for now

@pranabdas pranabdas force-pushed the fix/SOF-6896-2 branch 2 times, most recently from 1b91cbe to 18c3d2a Compare November 21, 2023 02:24
"data": {
"type": "array",
"items": {
"description": "Specific data based on pseudopotential file.",
"$ref": "./psp/file.json"
"type": "object",
Copy link
Member

@timurbazhirov timurbazhirov Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep this file as it was

@@ -0,0 +1,42 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have slug and data here

@pranabdas pranabdas merged commit db8b320 into dev Nov 21, 2023
9 checks passed
@pranabdas pranabdas deleted the fix/SOF-6896-2 branch November 21, 2023 05:04
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

Successfully merging this pull request may close these issues.

2 participants