-
Notifications
You must be signed in to change notification settings - Fork 159
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
Adds tutorial for using Psi4's SADGuess class #36
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #36 +/- ##
==========================================
- Coverage 94.81% 94.64% -0.17%
==========================================
Files 36 37 +1
Lines 4357 4448 +91
==========================================
+ Hits 4131 4210 +79
- Misses 226 238 +12
Continue to review full report at Codecov.
|
Hmm, I think you will at least need to write out a SAD guess to compare it to. This should very simply however, build a NMO x NMO matrix, put the densities on the diagonal, and your done. You can use |
@schiebermc Would really love to get this in. Could you make the minor fixes required to do so? |
@dgasmith would you like this comparison to be in a separate file from |
I think it should be the same file, but instead of doing iterations/normal guesses I would just use the python based SAD machinery to do a comparison. The bulk of the code however, should be towards computing the SAD guess itself. Basically what you want to do is the very simple:
The compare your density and Cocc vs the C++ SAD density. Thats all pseudocode, but should display the basic idea. The idea here is that we show how to compute SAD rather than just how to use the Psi4 python bindings. |
Are you planning to work on this? The deadline has technically passed for submissions. |
Sorry, I probably will not get to it. |
Description
I added
Self-Consistent-Field/RHF_libSADGuess.py
, which uses Psi4's SADGuess class to produce a SAD Guess. This has been doable since my last PR to Psi4, which included the necessary python bindings. The file includes a toggle which allows one to compare the SAD and CORE guesses.What are your new additions? Please provide a brief list.
New Features
Changes
Self-Consistent-Field/RHF_libSADGuess.py
Any questions for the community?
Status