-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix phonon + Lobster flow by removing magmoms before passing to phonopy
#751
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #751 +/- ##
==========================================
+ Coverage 76.19% 76.22% +0.02%
==========================================
Files 87 88 +1
Lines 7178 7191 +13
Branches 1057 1051 -6
==========================================
+ Hits 5469 5481 +12
- Misses 1388 1393 +5
+ Partials 321 317 -4
|
@naik-aakash I am not sure removing the initial magnetic moments in all cases is a good solution. We should rather disenable the seekpath option implemented in Phonopy in that case. |
Here is a discussion about it: materialsproject/pymatgen#3555 |
Ohh, ok, I see. I will check it. Thanks! 😃 |
Easy solution for now: removing all magnetic moments and adding a warning that we currently do not consider the initial magnetic structure for determining the symmetry and adding this also clearly in the documentation. @utf what do you think? In this way, we could get a new version out very fast. |
As I have not run magnetic structures with this workflow so far, I would like to do some tests if we implement this, add some additional features (manually setting the primitive cell, skipping band structure or options to set the kpath manually) |
Yes, this is a good solution. |
Tagging @JonathanSchmidt1 in case he might want to contribute to atomate2 with his implementation of a magnetic phonon workflow in a follow-up PR. |
It might take a few weeks till I find the time but I would be happy to add it. |
@JonathanSchmidt1 Great. Yes, sure. I have mentioned some suggestions above as well |
Thanks @naik-aakash and @JaGeo |
phonopy
Changes
Closes #739