Hello guys,
I have been trying to convert a H5 file generated by OpenMolcas (CASSCF). I am interested in the 2nd root and natural orbitals, i.e. S2. So I did,
penny test.h5 -r 2 -n -c molden -f -o root2.molden
Then I want to convert to a wavefunction file (.wfn) using Molden2AIM. When doing so, the M2A fails to check the normalization simply because the numeric MOs occupancies are not the same as the analytical ones (see the error message below)
Reading basis functions...
Computing the overlap matrix...
Computing the integrated number of electrons...
Sum of MO Occupancies = 130.0000000000
Analytically integrated number of electrons = 126.0416192381
Difference = 3.9583807619
Difference per atom = 0.2827414830
## Warning! Normalization check failed.
I guess I am doing something wrong but most likely Penny does not convert H5 files properly.
I hope someone could help me out with that issue. Thanks in advance!
PS: I know that I can simply take the *rasscf.molden.2 and use it directly in Molden2AIM to get the wavefunction but the MOs are structured as "open-shell", not "closed-shell" as I want.