I’m currently using EOM-EE-CCSD with a ROHF reference to describe the excited states of NO+C2H2 with Q-Chem 5.3.2 I can successfully export the NTOs in molden format and view them in MacMolPlt. However, when I instead save the NTOs to the .fchk file and open it in IQmol, the NTOs for some states are missing from the list in IQmol (only 11 out of 16 are present). When I search the .fchk file for “NTO” I only find 44 instances (alpha NTO coefficients, beta NTO coefficients, alpha NTO amplitudes, and beta NTO amplitudes for 11 states). This suggests to me that NTO data is not being written out into the .fchk file for some of the states.
The input file is pasted below. Is there something I should do to get all of the states written out into the .fchk file or is this a bug?
Thanks!
$molecule
0 2
C 5.2500134027 -0.5996502380 -0.0000000000
C 5.1404579984 0.6190952452 0.0000000000
H 5.3452594616 -1.6723344318 -0.0000000000
H 5.0426819765 1.6916193813 0.0000000000
N -4.7876413442 -0.5779194909 -0.0000000000
O -4.9021600544 0.4886851805 0.0000000000
$end
I wrote the NTO code for TDDFT but I’m unfamiliar with how it’s implemented for EOM-CC. That said, a couple of things come to mind: (1) NTOs are usually state-specific, so are you sure you should be getting them for all states at once? (2) Have you checked Q-Chem manual for ‘libwfa’ analysis options?
I double checked and NTOs for all 16 states are produced when I used molden format. I glanced through them and they are what I would expect (the two molecules are 10 Angstroms apart in this geometry so I know what the states are).
I also double checked and the input file used to produce the .fchk which is missing random states is identical to that used to generate the molden format files (outside of removing the molden_format true line and adding GUI 2).
We usually visualize NTOs using molden files that libwfa generates and not *fck file. These files (written in the directory from which Q-Chem is run) can be visualized with Gabedit or jmol. There could be an issue with what is written to fck… I suggest to check these files.
I am definitely late to this thread, but the above input file runs UHF EOM-EE-CCSD calculations, correct?
My purpose in asking that is I have been looking at diatomic clusters (eg N2-CN) using ROHF EOM-EE-CCSD and the .mo files have “UHF” in the file name. I just wanted to make sure I am getting the correct results.
Thanks,
Benj
$molecule
0 2
C
N 1 1.147224
N 2 3.334215 1 97.989916
N 3 1.096642 2 162.318545 1 178.025654 0
$end
What files are you referring to specifically? plot.mo is almost certainly Hartree-Fock. Suggest using libwfa capabilities (as described in the manual) to make sure you are getting the EOM-CCSD states.
and the other natural transition orbital files (and NO files) are generated at the end of the run, though they don’t end up in the plots folder and are in the work directory instead. The above has “uhfref” in the file name even if I use “unrestricted false” to switch over to ROHF.
Thanks,
Benj