I have an existing SCF result. I want to use that to compute a density cube for the molecule of interest. My $rem looks like this:
$rem
XC_GRID = 1
METHOD wB97M-V
SYMMETRY false
SYM_IGNORE true
BASIS def2-SVP
MEM_STATIC 10000
SCF_GUESS READ
MAX_SCF_CYCLES 0
MAKE_CUBE_FILES true
PLOTS true
$end
$plots
total_density 0
$end
However, the calculation spends 2 hours calculating new MOs. I don’t need new MOs. How do I get qchem to skip the duplicative MO calculation step and get it to go directly to just calculating the density cube from the existing MOs? The manual is no help.
Thanks for any help.