I ran ADC2 excited-state calculation (Q-Chem 5.3) for the same structure one time using the DIIS algorithm and another using the Davidson algorithm. The transition dipole moment I get from them is different by a significant magnitude (~0.7 Debye). Any thoughts about that?
I am able to reproduce this with a simple molecule input. Unfortunately I don’t have sufficient understanding of the ADC theory to fully explain the behavior, but here’s a rough idea:
The Davidson solver solves for the full ADC(2) problem producing a set of singles and doubles ADC amplitudes.
The DIIS solver first finds the solution in the singles space, then uses DIIS to fold the ADC doubles contributions in a state-specific manner. The result is a vector of singles amplitudes that reproduces the same state energy as the full ADC(2) solution.
Hopefully someone with better knowledge of ADC will help us understand why the density matrices (and thus state properties) are different with the DIIS approach.