-
Notifications
You must be signed in to change notification settings - Fork 12
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
effective mass fitting improve #44
Conversation
Make the algorithm more robust - now filter by intensity first. Also added ability to manually pass the extrema points when computing effective masses.
Thanks for getting to this @zhubonan! Looks mostly good to me. Some small things:
This isn't very clear. Can we update this? Cross-check what with the spectral function plot? That the eff mass (or extrema) values make sense from eyeballing?
This is a bit ominous on its own without any advice to ensure this. Can we add something here about what the user should check? (And I guess if it's not likely converged, then the advice is the user should recalculate the band structure with denser kpoints?) |
This looks great, thanks for the updates @zhubonan! |
Yeah, will see if I can sort out #38 here as well. |
Great, looks good to me! Let's go ahead and merge this so? 😃 |
Improve the robustness of effective mass fitting algorithm.
CLI and notebook examples are added.