v2022.2.0 #81
gbouvignies
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's changed
Add models using temperature coefficients
Chemical shifts are now temperature-dependant. In addition, in
temperature dependant models, such as
2st_eyring
, it is now possibleto use temperature coefficient by adding the extension
.tc
to themodel name, eg
2st_eyring.tc
.When temperature coefficients are used, the following relationship
holds:
DW_AB = DWM_AB * T + DWP_AB
where
DWM_AB
is the temperature coefficient in ppm/ºC,DWP_AB
is thechemical shift difference between A and B at 0ºC in ppm, and
T
is thetemperature in Celsius.
DWM_AB
andDWP_AB
are fitted andtemperature-independant.
Correct the simulation module
The simulation module was broken: depending on the values given in the
fake profiles, that are necessary to run the simulation, the
back-calculated R2 values were offset differently. This is now fixed.
The calculated profiles are also available in the
Data
directory.Correct incorrect 'kij' calculation
Full Changelog: v2022.1.0...v2022.2.0
This discussion was created from the release v2022.2.0.
Beta Was this translation helpful? Give feedback.
All reactions