Dipole moment of Excited States with CC2

Started by pietd0, September 01, 2014, 07:56:38 PM

Previous topic - Next topic

pietd0

Hello
I performed a calculation with ricc2 to get the transition dipole moments between excited states. Therefore it should be possible to get the dipole moments of excited states as well, but I can't find them. Do I have to write a special command for the dipole moments of excited states in the control file under the $excitation card? 

Best regards

Arnim

Hi there!

You would need to perform a gradient calculation for this. The relaxed dipole moments are printed out by default when you run a geometry optimization in the excited state, e.g. with such keywords:
$ricc2
  cc2
  geoopt model=cc2       state=(a 1)
$excitations
  irrep=a nexc=1

Or a minimal input for single point runs can look like this:
$ricc2
  cc2
$excitations
  irrep=a nexc=1
  xgrad states=(a 1)

Cheers,

Arnim