-
Notifications
You must be signed in to change notification settings - Fork 69
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
Obtaining Atomic Basis Sets for Materials in Source Code #44
Comments
It depends on which tight-binding model is used. In the current implementation of Pybinding, only orthogonal basis sets are allowed. For graphene for example, this will be a pz-orbital per onsite. In a TMD, these van be different d- and p-orbitals. Other models mainly use the famous Slater-Koster approach (definitely read it 😉). I do not understand what you want to see; do you want to know which model is used or to construct a model yourself (or something else)? We are working on a new release. If you encounter installation problems, you can install my development version from the test pypi with first running 'pip install scipy numpy matplotlib pytest' and then 'pip install -i https://test.pypi.org/simple/ pybinding'. |
We would like to thank you for four detailed explanations. We currently try to add models for III-V semiconductors to pybinding materials repo. And we would like to implement them into pybinding. We also would like to thank you and your group for this nice library and tool. We definitely will read the paper you have mentioned. Best regards, |
Where can atomic basis sets for materials be obtained from in the source code? We need basis atomic set for our research project. Where are the basis sets you mentioned in this link: https://docs.pybinding.site/en/stable/intro.html?highlight=basis#background .
Can you help with this?
The text was updated successfully, but these errors were encountered: