How to get TDSCF's wavefunction?

I want get wavefunctions of excited and ground states for use in Multiwfn.

  1. ground state wavefunction
    energy, wave_function = psi4.energy(level, molecule=molecule,return_wfn=True)
    wfn_dict=psi4.core.Wavefunction.to_file(wave_function, ‘file name’)
    I cat get wavefunction in ground state.
  2. excited state wavefunction
    ???

An interface to Multiwfn is not currently supported for ground or excited states. I’m surprised that passing wfn_dict to Multiwfn works.

This is something I’d be interested in adding, but I need to get the molden interface cleaned up first…

I understood it wrong.
I thought we can use “wfn.npy” in Multiwfn.
Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.