-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Is it possible in the current implementation of anmr/enso to introduce a way to simulate spectra with arbitrary natural abundances?
As an example, let me elaborate on the formic acid molecule, which should have two signals in 1H NMR, and 12C/13C isotopes.
One signal would be adjacent to a C atom (which I will name the HC- hydrogen), another would be the -OOH hydrogen. In current anmr settings, -OOH would be excluded from the NMR simulation and my spectrum would only include the HC- hydrogen.
In a "real" spectrum, since there is 1.1% of 13C at natural abundance, I would observe 98.9% of my signal being what you would expect when HC- is in a molecule with 12C, and 1.1% of my signal would be a doublet with the respective 13C coupling, the "satellites" which we observe during routine 1H NMR measurement. The same would be true in 19F spectra (13C satellites). However, as far as I am aware, it is currently only possible to obtain from enso a fully 12C or a fully 13C spectrum (although there is a known issue with this, see #53).
While I would like to see this feature added and would certainly make heavy use of it, I am unsure whether an implementation with arbitrary changes in isotope enrichment for specific atoms in a molecule is feasible in the current version of anmr, but it would certainly be useful. If it is not possible to do so in the program itself, is it a possibility to generate an "indirect" workflow? For example:
1: Simulate Spectrum at 100% 12C for all atoms, named spectrum A (Which would be the same as simulate a C-decoupled 1H NMR spectrum in the current implementation of anmr)
2: Simulate Spectrum at 100% 13C for specific atoms N1, N2, N3, etc., for example, named spectrum B, and if feasible, exclude other resonances (such as any hydrogens which are not directly bonded to N1, N2,N3). I am unsure if this is currently possible in anmr, as I think it is only possible to either make ALL atoms 13C or none.
3: Simulate a linear combination of spectrum A and spectrum B (for example, 0.989 A and 0.011 B). This should be easy but please correct me if I am wrong.
Is it at all feasible or possible to introduce such a feature and if yes, would you consider it?