Open msnik1999 opened 7 months ago
ToDo:
To make the test pass, you should first rebase so that you make sure your code also is compiling&testing the macos-12 build
We should see what is missing to bring this from draft to mergeable PR
Does this PR depend on the the corresponding one (fractional occupation numbers) in mrcpp?
I think I addressed all issues and problems. This PR is dependent on the corresponding one in MRCPP.
The MRCPP PR is now merged, so you can update the GIT_TAG
in external/upstream/fetch_mrcpp.cmake
to the latest on master
. Also, for the failing exchange issue, you can add an explicit exception somewhere in the initialization that fails whenever someone is trying to run MOM calculations with exact exchange. Then open an issue that explains the problem.
The MRCPP PR is now merged, so you can update the
GIT_TAG
inexternal/upstream/fetch_mrcpp.cmake
to the latest onmaster
. Also, for the failing exchange issue, you can add an explicit exception somewhere in the initialization that fails whenever someone is trying to run MOM calculations with exact exchange. Then open an issue that explains the problem.
Done
Ill try resolving the conflict and we can probably just merge it after that
Adding functionality for modifying the orbital occupancies to allow core hole calculations, e.g. for XPS core binding energy calculations. @lratcliff Also adding MOM/IMOM methods to assist these calculations.