-
Notifications
You must be signed in to change notification settings - Fork 7
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
Migrating code we don't want to merge with QE into a utilities folder #128
Conversation
…. N.B. this is a work in progress
…pmans into moving_wan2odd_out_of_qe7
Hello @elinscott! Thanks for updating this PR.
Comment last updated at 2022-03-17 12:00:53 UTC |
@elinscott Not my fault here :) |
Ignore this -- there are so many different ways |
I just had a quick look through the python modifications and it is all looking good! |
…e inside utils/src
…ing the Wannierize workflow for init_orbitals=kohn-sham
….inc does not exist
…pmans into moving_wan2odd_out_of_qe7
This PR moves all of the custom modifications to QE that will not be merged with the official version of QE, and puts these in a new folder
quantum_espresso/utils
. This folder contains the now independentwann2kcp
program (previouslypw2wannier
using thewann2odd
/ks2odd
modes), in addition tomerge_evc
andepsilon
.Furthermore,
merge_evc
has been made totally independent from all the QE routines (not committed yet).The creation of the new
wann2kcp
required the creation of the associated calculator, dictionary and related functions. In parallel, alsoase
has been updated (newwann2kcp
calculator).