Quantum chemistry-ORCA software package. I performed a geometry scan first :
! PBE0 SVP NumFreq D3 TightSCF
! ScanTS
%geom Scan
B 7 27 = 2.654, 0.9, 40
end
end
----> It performs a surface scan in 40 steps am but not able to locate the transitional state. The coordinates of the step which has the highest energy was taken as the transitional state guess.
! PBE0 SVP OptTS NumFreq
%geom
Calc_Hess true # Calculate Hessian in the beginning
NumHess true # Request numerical Hessian (analytical not available)
Recalc_Hess 5 # Recalculate the Hessian every 5 steps
end
----> I perform OptTS on this coordinates but am not arriving at the transitional state.
I think I made a good guess for the transitional state from the geometry scan .
Can anyone tell me how to find Transitional state in ORCA using ScanTS or OptTS.