-
Hello and thank you for this package! I was wondering how QCxMS determines the charge of the produced CID fragments (i.e. when a fragmentation of a [M+H]+ occurs in a given trajectory generally only one of the fragments should be charged)? Also is there a way to get partial charges or electron densities for the individual atoms? Thank you for the help, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That's correct, QCxMS computes the ionization potentials (IPs) of both fragments, and assigns the charge to the fragment with the lower IP (as this one is more likely to be charged). If the IPs are close, the charge is distributed between the fragments based on a Boltzmann distribution. |
Beta Was this translation helpful? Give feedback.
-
I think I have found one of the cases where the IP is close between fragments, which made me realize that I still don't entirely understand how charges are handled here. We have two fragments where the assigned charges are
From all the cases I saw the fragment with the higher charge (in this case Fragment # 2) retains the charge and is further simulated in the next steps. However, here the opposite happens and Fragment # 1 gets the charge. Above you said that where the IP is close the charge is assigned via Boltzmann. Could it be that the result of the Boltzmann is not shown in the .out file, or am I missing something? Is the only way for me to find out which fragment gets the charge to map to the statistical charge at the beginning of the next trajectory (which would only work if there is a "next trajectory":
Below I have put more of the respective .out file:
|
Beta Was this translation helpful? Give feedback.
That's correct, QCxMS computes the ionization potentials (IPs) of both fragments, and assigns the charge to the fragment with the lower IP (as this one is more likely to be charged). If the IPs are close, the charge is distributed between the fragments based on a Boltzmann distribution.
The charge is printed in the output and the
.res
file for each fragmentation step. However, because we do not assume partial charge in the GFN-xTB calculations, we assume that the fragments will retain an entire charge for the resuming MD calculation.