Hello again. So I read more molecular papers meanwhile, including cases where perturbation theory wouldn't work and I want to clarify a few things. I would really appreciate your input
@Twigg @amoforum. For simplicity assume we have only 2 electronic states, ##\Sigma## and ##\Pi## and each of them has only 1 vibrational level (this is just to be able to write down full equations). The Hamiltonian (full, not effective) in the electronic space is:
$$
\begin{pmatrix}
a(R) & c(R) \\
c(R) & b(R)
\end{pmatrix}
$$
where, for example ##a(R) = <\Sigma |a(R)|\Sigma >## and it contains stuff like ##V_{\Sigma}(R)##, while the off diagonal contains stuff like ##<\Sigma |L_-|\Pi >##. If we diagonalize this explicitly, we get, say, for the ##\Sigma## state eigenvalue:
$$\frac{1}{2}[a+b+\sqrt{(a-b)^2+4c^2}]$$
Assuming that ##c<<a,b## we can do a first order Taylor expansion and we get:
$$\frac{1}{2}[a+b+(a-b)\sqrt{1+\frac{4c^2}{(a-b)^2}}] = $$
$$\frac{1}{2}[a+b+(a-b)(1+\frac{2c^2}{(a-b)^2})] = $$
$$\frac{1}{2}[2a+\frac{2c^2}{(a-b)})] = $$
$$a+\frac{c^2}{(a-b)} $$
Here by ##c^2## I actually mean the product of the 2 off diagonal terms i.e. ##<\Sigma|c(R)|\Pi><\Pi|c(R)|\Sigma>##This is basically the second order PT correction presented in B&C. So I have a few questions:
1. Is this effective Hamiltonian in practice a diagonalization + Taylor expansion in the electronic space, or does this happened to be true just in the 2x2 case above?
2. I am a bit confused how to proceed in a derivation similar to the one above, if I account for the vibrational states, too. If I continue from the result above, and average over the vibrationally states, I would get, for the ##\Sigma## state:
$$<0_\Sigma|(a(R)+\frac{c(R)^2}{(a(R)-b(R))})|0_\Sigma> = $$
$$<0_\Sigma|a(R)|0_\Sigma>+<0_\Sigma|\frac{c(R)^2}{(a(R)-b(R))}|0_\Sigma> $$
where ##|0_\Sigma> ## is the vibrational level of the ##\Sigma## state (again I assume just one vibrational level per electronic state). This would be similar to the situation in B&C for the rotational constant in equation 7.87. However, if I include the vibration averaging before diagonalizing I would have this Hamiltonian:
$$
\begin{pmatrix}
<0_\Sigma|a(R)|0_\Sigma> & <0_\Sigma|c(R)|0_\Pi> \\
<0_\Pi|c(R)|0_\Sigma> & <0_\Pi|b(R)|0_\Pi>
\end{pmatrix}
$$
If I do the diagonalization and Taylor expansion as before, I end up with this:
$$<0_\Sigma|a(R)|0_\Sigma>+\frac{<0_\Sigma|c(R)|0_\Pi><0_\Pi|c(R)|0_\Sigma>}{(<0_\Sigma|a(R)|0_\Sigma>-<0_\Pi|b(R)|0_\Pi>)} $$
But this is not the same as above. For the term ##<0_\Sigma|c(R)|0_\Pi><0_\Pi|c(R)|0_\Sigma>##, I can assume that ##|0_\Pi><0_\Pi|## is identity (for many vibrational states that would be a sum over them that would span the whole vibrational manifold of the ##\Pi## state), so I get ##<0_\Sigma|c(R)^2|0_\Sigma>##, but in order for the 2 expression to be equal I would need:
$$\frac{<0_\Sigma|c(R)^2|0_\Sigma>}{(<0_\Sigma|a(R)|0_\Sigma>-<0_\Pi|b(R)|0_\Pi>)} =
<0_\Sigma|\frac{c(R)^2}{(a(R)-b(R))}|0_\Sigma>
$$
Which doesn't seem to be true in general (the second one has vibrational states of the ##\Pi## states involved, while the first one doesn't). Again, just to be clear by, for example, ##<0_\Sigma|a(R)|0_\Sigma>##
I mean ##<0_\Sigma|<\Sigma|a(R)|\Sigma>|0_\Sigma>## i.e. electronically + vibrational averaging.
What am I doing wrong? Shouldn't the 2 approaches i.e. vibrational averaging before or after the diagonalization + Taylor expansion give exactly the same results?