-
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
Read wavefunction from WAVRCAR for some specific purposes. #23
Comments
Hi
Best |
The PSEUDO-wavefunction is the basis set, and the plane-wave coefficients are the superposition coefficient of states using this basis set. So, by saying "the exact form of the wavefunction", I mean that whether these coefficients are complete relative to the base set, i.e., there are no omissions.
Sorry, my description is not very clear here. More specifically, I want to implement the things described here based on the WAVECAR analysis: Regarding your wording of exact form of the matrix element, I'm not sure whether you mean the matrix elements of the point group or the space group of the computed system in question. If I have any incorrect description or misunderstanding, please do not hesitate to correct me. BTW, both your version and the method implemented in pymatgen are based on the algorithm developed in WaveTrans, so what are the differences between them? Regards, |
Best |
It seems that for now, regarding your explanations and comments, I can't point out any further points that are not quite reasonable. Therefore, I can only say that perhaps we'll need to discuss it further when there are additional questions and clues. BTW, I noticed the following description here: I'm not sure if you have any understanding of the corresponding impact of the above-mentioned settings and modifications on the generated WAVRCAR file in a specific calculation. Regards, |
Suppose I would like to achieve the following purposes based on the wavefunction analysis from WAVRCAR:
I would like to know whether the method implemented in this package meets the above requirements.
See below for the related discussions:
https://www.vasp.at/forum/viewtopic.php?t=18177
See the related implementation below, which is based on this package:
https://github.com/SMTG-UCL/easyunfold/blob/main/easyunfold/wavecar.py
Regards,
Zhao
The text was updated successfully, but these errors were encountered: