I was trying to learn how to plot NTOs and difference densities for TDDFT and EOM-CCSD excited states using libwfa but got quite puzzled by the job control. While I have already mentioned two things in trac ticket #2890, I would like to ask two additional questions to which there might be obvious answers:
(1) I ran Example 10.5 on the manual (10.2.9 General Excited-State Analysis‣ 10.2 Wave Function Analysis ‣ Chapter 10 Molecular Properties and Analysis ‣ Q-Chem 5.4 User’s Manual), which says “export of NOs, NTOs and NDOs in MolDen format, densities in cube format, and computation of the ESPs of these densities”. However, what I noticed is that in the “.plots” folder the job generated, there are only cube files but no .mo files. Similar behavior was observed for sample job “sp_adc_wfa.in” (1/2). These seem to indicate that the orbital plots in MolDen format is somehow suppressed by “make_cube_files = true”.
(2) I’m not quite sure how to generate the GS-EX difference density plots for EOM-CCSD. I ran the following calculation:
$molecule
0 1
C 1.331746 0.495076 -0.018037
O 1.023200 -0.680562 0.005977
H 0.567546 1.281583 -0.032606
H 2.385108 0.805133 -0.025252
$end
$rem
jobtype = sp
method = eom-ccsd
basis = 6-31+g(d)
symmetry = false
sym_ignore = true
scf_convergence = 8
thresh = 14
ee_states = 1
cc_state_to_opt = [1,1]
cc_eom_prop = true
cc_trans_prop = true
make_cube_files = true
state_analysis = true
$end
$plots
comment
50 -5.0 5.0
50 -5.0 5.0
50 -5.0 5.0
0 0 1 1
1
1
$end
The only cube file I got is called “_eomee-ccsd_transition_1_a_u_dens.cube”. When I change the method to “adc(2)”, then the behavior is much more like that of CIS/TDDFT (a whole lot of cube files for transition/difference/attach/detach densities). I was thus wondering if these density plots are available for EOM-CC methods.
Comments and suggestions will be appreciated. Thank you in advance!