-
Notifications
You must be signed in to change notification settings - Fork 38
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
Print MOLCAS orbitals at each step #162
Comments
Dear Alfonso,
Best, |
Thank you very much! |
That is easier possible from within SHARC_MOLCAS.py. The best point in the code is within the loop in collectOutputs (https://github.com/sharc-md/sharc/blob/main/bin/SHARC_MOLCAS.py#L3722), which processes all the MOLCAS.out files (in SHARC_MOLCAS.py, there might be multiple independent/sequential/parallel calculations to get different multiplicities and gradients). |
Dear developers,
I am running a single trajectory with CASSCF from the Openmolcas interface.
Since the total energy during the dynamics is no longer conserved, I would ask if it is possible to store the Molcas output files (mainly the RasOrb and rasscf.molden files) at each iteration of the dynamics.
Thank you.
The text was updated successfully, but these errors were encountered: