Is there a way to calculate transition dipole moments between excited states?

Is there a way to calculate transition dipole moments between two different electronic excited states using built-in functions in psi4?

Using the psithon function for properties (with ‘oscillator_strength’) should work if your method supports this property. For instance, with EOM-CC2, you can get ES to ES TDM with:

prop(‘EOM-CC2’,properties=[‘oscillator_strength’])

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