Skip to content

Conversation

JaGeo
Copy link
Member

@JaGeo JaGeo commented Oct 30, 2024

Summary

  • update documentation
  • completely solve the translation question (i.e., figuring out the direction and origin)
  • add a test case where this plays a role

@JaGeo JaGeo requested review from shyuep and mkhorton as code owners October 30, 2024 08:00
@JaGeo JaGeo marked this pull request as draft October 30, 2024 08:00
Comment on lines 997 to 1004
or (
copied_translations_from_ICOHPs[dist_idx][0]
== translations_by_distance[neigh_idx][0]
and copied_translations_from_ICOHPs[dist_idx][1]
== translations_by_distance[neigh_idx][1]
and copied_translations_from_ICOHPs[dist_idx][2]
== translations_by_distance[neigh_idx][2]
)
Copy link
Member Author

Choose a reason for hiding this comment

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

We could raise a warning if this fall-back option is taken. I think with updating to reading the CONTCAR, most issues should be fixed, however.

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