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

feature/SOF-7425 feat: add displacement for film/substrate #156

Merged
merged 11 commits into from
Sep 11, 2024

Conversation

VsevolodX
Copy link
Member

No description provided.

@VsevolodX VsevolodX changed the base branch from main to feature/SOF-7442 August 30, 2024 19:18
@@ -462,3 +464,39 @@ def rotate_material(material: Material, axis: List[int], angle: float) -> Materi
atoms.wrap()

return Material(from_ase(atoms))


def displace_interface(
Copy link
Member

@timurbazhirov timurbazhirov Sep 8, 2024

Choose a reason for hiding this comment

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

displace_interface_component(interface, displacement, component_name=InterfacePartsEnum.FILM, use_cartesian_coordinates=True)

Should use displacement in angstroms by default

@@ -61,6 +61,180 @@
INTERFACE_STRUCTURE.interface_properties = INTERFACE_PROPERTIES_MOCK
INTERFACE_NAME = "Cu4(001)-Si8(001), Interface, Strain 0.062pct"

GRAPHENE_NICKEL_INTERFACE = {
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 create an interface through a function here and only check what we need

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok. We decided to revert back to JSON due to erroneous interface creation during pytest

Base automatically changed from feature/SOF-7442 to main September 11, 2024 01:36
@VsevolodX VsevolodX merged commit 8ec842f into main Sep 11, 2024
9 checks passed
@VsevolodX VsevolodX deleted the feature/SOF-7425 branch September 11, 2024 02:14
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