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
All calculations in mrsimulator assume solid-state NMR spectrum simulation averaging over thoughts of orientations over multiple sidebands. For liquid state NMR simulation, only isotropic contributions are relevant, and therefore, computing frequencies over multiple orientations and sidebands is not optimum.
Proposed solution
Add a new sim.config.set_state attribute, an enumeration with two literals [solid, liquid]
When sim.config.set_state="solid" (default), the code is as is.
When sim.config.set_state="liquid", the following changes must be forces.
All calculations in mrsimulator assume solid-state NMR spectrum simulation averaging over thoughts of orientations over multiple sidebands. For liquid state NMR simulation, only isotropic contributions are relevant, and therefore, computing frequencies over multiple orientations and sidebands is not optimum.
Proposed solution
Add a new
sim.config.set_state
attribute, an enumeration with two literals [solid
,liquid
]When
sim.config.set_state="solid"
(default), the code is as is.When
sim.config.set_state="liquid"
, the following changes must be forces.The default
freq_contrib
for liquids is["Shielding1_0", "J1_0"]
The text was updated successfully, but these errors were encountered: