I am new to this topic and tools and trying to find out from forums and related topics. I have made this input file, which run perfectly.
memory 24 gb
set basis 6-311++G**
molecule {
0 1
Br -0.18869 -1.19358 0.00000
F -1.17551 -2.68523 0.00000
–
0 1
Cl -0.29956 2.65302 0.00000
Cl 1.36405 1.49954 0.00000
}
energy(‘sapt0’)
when I tried to do DFT-SAPT, and modified the input,
memory 24 gb
set basis 6-311++G**
molecule {
0 1
Br -0.18869 -1.19358 0.00000
F -1.17551 -2.68523 0.00000
–
0 1
Cl -0.29956 2.65302 0.00000
Cl 1.36405 1.49954 0.00000
}
set {
e_convergence 1e-8
d_convergence 1e-8
sapt_dft_grac_shift_a 0.136
sapt_dft_grac_shift_b 0.136
SAPT_DFT_FUNCTIONAL M06-2x
}
energy(‘sapt(dft)’)
It shows an error.
Fatal Error: Vx: RKS does not support rotated V builds for MGGA’s
I don’t want to change the basis nor the functional and want to extend this theoretical level for free radicals (unrestricted DFT).
Can anyone help me?