Support and discussions for Molcas and OpenMolcas users and developers
You are not logged in.
Pages: 1
Hi,
I'm trying to extract some information from the H5 files generated by the RASSCF program to calculate some MO overlaps between a closed-shell molecule and it's core-ionized equivalent. With the primitive basis from h5 I compute the MO overlap using the coefficients read from the field MO_VECTORS stored on the h5 files. I was wondering if constructing the MO's from MO_VECTORS corresponds to state averaged orbitals? Is there a way to get both state-averaged and state-specific MO's from the h5 file?
Thanks for any help!
Offline
Yes, MO_VECTORS should be the averaged orbitals. To get the state-specific MOs, you need to diagonalize the state-specific density matrix (from DENSITY_MATRIX). The eigenvectors are the state-specific natural orbitals. Note that for RASSCF the DM is in the active space only: so each eigenvector corresponds to a linear combination of the averaged active MOs. (The non-active MOs are identical for all states, of course)
Offline
Great, thanks Ignacio!
Offline
Pages: 1