Hello,
I need to perform scans of excited states along some normal modes using ADC(2). Due to the volume of jobs I must process, I was wondering if there are any key points that I am missing to speed up the calculations, beyond assigning threads and memory. My current $rem section is:
METHOD ADC(2)
BASIS aug-cc-pVTZ
EE_SINGLETS 26
CC_SYMMETRY FALSE
ADC_DAVIDSON_MAXITER 500
BASIS_LIN_DEP_THRESH 4
MEM_TOTAL 64000
MEM_STATIC 2000
I could reduce the number of states to 20, but I would prefer to keep as many as possible. Additionally, I needed to set BASIS_LIN_DEP_THRESH because certain geometries cause the SCF to misbehave, ADC_DAVIDSON_MAXITER to ensure that my excited states are converged, and CC_SYMMETRY FALSE since scanning breaks the symmetry of the molecule.
Thank you in advance for any advice!