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-7136: property manifest for Hubbard V nearest neighbors #284

Merged
merged 4 commits into from
Dec 24, 2023

Conversation

pranabdas
Copy link
Member

No description provided.

"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Hubbard V parameters for nearest neighbors",
"description": "Hubbard V value in eV for nearest neighbors used in hp.x output parsing",
"properties": {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe let's just reuse allOf:

                "allOf": [
                    {
                        "$ref": "hubbard_v.json"
                    }

And keep description

@@ -24,6 +24,7 @@
"id2",
"atomicSpecies",
"atomicSpecies2",
"distance",
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 have v and v_nn to be identical from the data structure standpoint, the latter is just for convenience purposes.

We could do one of the following:

keep the datastructures same, remove properties in difference set from being required
@pranabdas pranabdas merged commit 63f3c8c into dev Dec 24, 2023
9 checks passed
@pranabdas pranabdas deleted the feat/SOF-7136 branch December 24, 2023 10:12
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