Skip to content

Conversation

@VsevolodX
Copy link
Member

No description provided.

value: str = "test_dict"


# TODO: Remove this class when all configurations moved to Pydantic
Copy link
Member Author

Choose a reason for hiding this comment

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

Had to execute TODO -- new Code has no plain InMemoryEntity


pymatgen_lattice = PymatgenLattice.from_parameters(
a=lattice_size, b=lattice_size, c=lattice_size, alpha=90, beta=90, gamma=90
)
Copy link
Member

Choose a reason for hiding this comment

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

The logic used to calculate the padded lattice should be independent of any third-party

@@ -0,0 +1,174 @@
2519
Copy link
Member

Choose a reason for hiding this comment

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

Remove

@@ -0,0 +1,81 @@
MOLECULE_MATERIAL = {
Copy link
Member

Choose a reason for hiding this comment

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

Remove

return result


def calculate_molecule_padding_cell(coordinates: List[List[float]], padding_factor: float = 2.0) -> List[List[float]]:
Copy link
Member

Choose a reason for hiding this comment

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

calculate_padded_cell_simple_cubic

return from_pymatgen(structure)


def from_mol(mol_file_path: str) -> Dict[str, Any]:
Copy link
Member

Choose a reason for hiding this comment

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

Remove this

@VsevolodX VsevolodX merged commit 2dacf10 into main Dec 16, 2025
7 checks passed
@VsevolodX VsevolodX deleted the feature/SOF-7779 branch December 16, 2025 05:23
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.

3 participants