Skip to content

update: add properties enum (claude)#40

Merged
VsevolodX merged 9 commits intomainfrom
feature/SOF-7824
Feb 25, 2026
Merged

update: add properties enum (claude)#40
VsevolodX merged 9 commits intomainfrom
feature/SOF-7824

Conversation

@VsevolodX
Copy link
Copy Markdown
Member

No description provided.

@VsevolodX VsevolodX marked this pull request as ready for review February 18, 2026 17:16
object = "object"


class PropertyName(str, Enum):
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this not available from ESSE?

Second - we should categorize the properties instead of a just flat list

def get_length(vec: np.ndarray) -> float:
return float(np.linalg.norm(vec))
class ExternalSource(str, Enum):
materials_project = "MaterialsProject"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

For this we also have MPLegacy

@VsevolodX VsevolodX merged commit 3762b56 into main Feb 25, 2026
8 checks passed
@VsevolodX VsevolodX deleted the feature/SOF-7824 branch February 25, 2026 21:58
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