You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The transition pre-selection approach in resfields calculates transition rates over a coarse orientational grid. As magnetic field, it uses the center of the provided field range. If the field sweep contains level anticrossings, the pre-selection procedure misses transitions and therefore results in missing spectral intensity.
Currently, the only workaround is to switch off preselection by setting Opt.Threshold = 0.
(The issue of poorly simulated spectral intensity around the anticrossing field position is independent of this issue and persists even for Opt.Threshold=0. To improve this, one needs to increase the number of orientations in Opt.GridZSize.)
Is there an alternative preselection approach that doesn't miss transitions in the case of anticrossings?
Because the energy surfaces corresponding to the u and v energy levels can only be tangent once at most, the energy level curve is either convex, concave, or linearly growing. Based on this, can the following method be used? 1) Calculate the eigenvalues of the system corresponding to the two endpoints and the midpoint magnetic field. If the three eigenvalues calculated are linear, then directly take the midpoint value as the magnetic field pre-selected; If the system eigenvalue corresponding to the middle magnetic field is below the line connecting the two endpoints, it is convex (the corresponding u energy level must be convex), and there must be a case of anticrossings, then update the magnetic field endpoint value to the middle magnetic field value just now, set a threshold, so that the magnetic field value corresponding to the precise case of anticrossings can always be obtained in the following loop, and finally the entire magnetic field interval is precisely divided into two intervals by the magnetic field corresponding to the case of anticrossings; then take the midpoint magnetic field value of each interval for pre-calculation and pre-selection, and finally take the average or the smaller one as the pre-selection? Or can the entire system magnetic field be directly divided into two intervals, and the resonance field, intensity, etc. can be calculated separately in each interval?
The user-specified Trans parameter also needs to be cross-checked. If there are no anticrossings, return a single N×2 dataset; if there are anticrossings, return two datasets (N×2 and M×2 dataset) along with the anticrossing field.
The transition pre-selection approach in
resfields
calculates transition rates over a coarse orientational grid. As magnetic field, it uses the center of the provided field range. If the field sweep contains level anticrossings, the pre-selection procedure misses transitions and therefore results in missing spectral intensity.Currently, the only workaround is to switch off preselection by setting
Opt.Threshold = 0
.(The issue of poorly simulated spectral intensity around the anticrossing field position is independent of this issue and persists even for
Opt.Threshold=0
. To improve this, one needs to increase the number of orientations inOpt.GridZSize
.)Is there an alternative preselection approach that doesn't miss transitions in the case of anticrossings?
Here is a script that demonstrates the issue:
The text was updated successfully, but these errors were encountered: