-
Notifications
You must be signed in to change notification settings - Fork 2
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
Review and fix IAOs #102
base: main
Are you sure you want to change the base?
Review and fix IAOs #102
Conversation
…hared/external/lo_helper
In reviewing periodic code, this became a more extended change than intended (sorry)! The |
Also, important note I want to leave here: The frozen core procedure is performed differently (at least for IAOs) between the molecular and periodic codes. In the molecular code, all orbitals are localized together, before the frozen core is identified and removed (from the localized orbitals). In the periodic code, the frozen core is removed and treated/localized separately from the start. I will add some warnings to the code to make sure this is very clear |
Check and fix IAO/PAO code