Skip to content

Comments

SOF-7010: add valenceOrbitals getter to MethodDataContextMixin#113

Open
pranabdas wants to merge 13 commits intomainfrom
feat/SOF-7010
Open

SOF-7010: add valenceOrbitals getter to MethodDataContextMixin#113
pranabdas wants to merge 13 commits intomainfrom
feat/SOF-7010

Conversation

@pranabdas
Copy link
Member

No description provided.

pyproject.toml Outdated
"jsonschema>=2.6.0",
"pydantic>=2.7.1",
"mat3ra-esse>=2025.4.3.post0",
"mat3ra-esse@git+https://github.com/exabyte-io/esse@3e9d522838ad7bb3021efc682d8ce1eb28021ba2",
Copy link
Member

Choose a reason for hiding this comment

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

we may not need this

/**
* Returns array of orbital names: [{element: "Si", valenceOrbitals: ["3s", "3p"]}]
*/
get valenceOrbitals(): { element: string; valenceOrbitals?: Array<string> }[] {
Copy link
Member

Choose a reason for hiding this comment

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

Should this go to PseudopotentialMethod?

/**
* Returns array of orbital names: [{element: "Si", valenceOrbitals: ["3s", "3p"]}]
*/
get valenceOrbitals() {
Copy link
Member

Choose a reason for hiding this comment

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

I think this should go to PseudopotentialMethod in Mode

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