-
Notifications
You must be signed in to change notification settings - Fork 8
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
Real space wavefunctions #25
Comments
Yes there is a Wannier.jl/src/realspace/wavefunction.jl Lines 43 to 49 in 6ba5bd9
It reads large UNK files (e.g., generated by QE |
Hi, Thanks for the response. |
Not sure if I understood: Have you already got the UNK files? If not, you probably need to look at vasp manual on how to write the UNK files (I don't have experience with the vasp Wannier interface); if you already have the UNK files, just call this function and it will load the realspace wavefunctions into your Julia REPL. |
Hi, I already have UNK files from vasp output. Will try this now. Thanks, |
Hi,
Thanks for making this code available. I can see there are different functionalities available but I want to ask if it is possible to obtain real-space eigenstates (wavefunctions) using this code?
The text was updated successfully, but these errors were encountered: