Dear developers,
I’m using Tcl-ChemShell to perform QM/MM tasks combining ORCA and DL_poly. The charge shifting method is used, therefore, additional point charges are expected to be found at the end of “pointcharges.xyz” file for ORCA.
I recently noticed that these additional point charges seem so large. For example:
I cut the amide bond -CO-NH- and two point charges should be placed before and after H atom. Their net charge should depend on the charge of N atom, which is -0.4517 in ff14SB force field. There are two MM2 atoms connected to N atom (MM1). The additional point charges near H atom should be:
q(H) = q(N)/2 = 0.4517/2 = 0.2258
However, the printed value in “pointcharges.xyz” is 1.732, which is obviously too large for MM charges. Similar conditions are found in many cases. The largest one I found reached 3.05.
I doubt if there is something wrong with related code. Or is there any special treatment in Tcl-ChemShell?