-
Notifications
You must be signed in to change notification settings - Fork 15
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
Merge release 2 #283
Merge release 2 #283
Conversation
* clean up/reorganize main.cc * use shared_ptr in class MGmol
* Add possible periodic dimensions to xyz2in.py
* Exit with failure if density off by more than 2% * adapt SiH4 test to catch that * fix bug in DFTsolver that was leading to wrong density
* add example driver, showing use of MGmol as a force/energy computational engine * clean up related functions in class Ions
Previously, the wrong eigenvalues (0) were printed out because eigenvalues outside solver were not up-to-date.
* Atomic potentials were not updated when atomic positions were changed * Added test to make sure energies and forces are the same after positions move by one mesh spacing
* use specified initial conditions for wavefunctions
* use specified wavefunctions as solution, with unknown DM
* have them work in debug mode too
11f9e10
to
23ea497
Compare
Ooops... I should not have merged the previous one? |
23ea497
to
9b030d3
Compare
I think it should be fine. I updated |
Merge release branch into ROMFPMD, from PR #277 to PR #281 . While PR #248 ~ #275 are included in the commit history, they are already merged via PR #276 and they do not have any effective change here.