Replies: 2 comments
-
|
Hello @eginer , |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi Yann, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@Ydrnan
Hello Yan,
I had to make a modification in the mo_optimization plugin to try to adapt it to the casscf_cipsi plugin.
Essentially what I did is the following :
a) I split the mo_optimization in to "mo_optimization_utils" and "mo_optimization"
b) "mo_optimization_utils" contains no executable and all subroutines/providers/EZFIO.cfg that are specific to the optimization but not to the things depending on the providers in "class.irp.f" and the generators/selectors.
c) "mo_optimization" contains the executables you created before, and providers needed in class.irp.f together with the specific generators/selectors you needed.
WARNING : the only BIG CHANGE is that the KEYWORDS are no longer in mo_optimization but in mo_optimization_utils
So you just have to remember that in your scripts.
Btw, I did not managed to make the orbital optimization work within the CASSCF, if we meet at some point I would like to have your ideas on how to make it work :)
All the best,
Manu
Beta Was this translation helpful? Give feedback.
All reactions