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

Fix merge issue503 #505

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Fix merge issue503 #505

wants to merge 4 commits into from

Conversation

JeromeCCP9
Copy link
Collaborator

Issue #503 contains two unrelated problems.

The parallelisation of the plot routine for generating xsf files was broken after a later merge that affected how the k-point distribution is handled (passed as an argument instead of being regenerated locally). This is corrected with a simple cycle condition and passing the k-distribution list.

A second, earlier commit that applied the ws_distance method to postw90 (mirroring its use in hamiltonian.F90) was apparently reverted in entirety (see discussion in issue #503 ); it is fixed by replaying those changes and merging.

Marco Gibertini and others added 3 commits June 20, 2024 12:09
…e as in wannier90

cherry-picking commit 5d872a9

fixes an unintended reversion or mangled merge, as discussed in issue #503
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.

Parallelization of Wannier functions plotting disappeared in the latest develop branch
1 participant