Skip to main content

Pure in-phase ¹⁵N CEST

Module name

"cest_15n"

Description

Analyzes chemical exchange in the presence of ¹H composite decoupling during the CEST block. This keeps the spin system purely in-phase throughout, and is calculated using the (3n)×(3n), single-spin matrix, where n is the number of states:

{ Ix(a), Iy(a), Iz(a), Ix(b), Iy(b), Iz(b), ... }

Reference

  • P. Vallurupalli, G. Bouvignies, and L.E. Kay. J. Am. Chem. Soc. 134, 8148-8161 (2012)

Examples

Sample configuration file

experiment.toml
## This is a sample configuration file for the module 'cest_15n'

[experiment]

## Name of the chemex module corresponding to the experiment
name = "cest_15n"

## CEST relaxation delay, in seconds
time_t1 = 0.5

## Position of the ¹⁵N carrier during the CEST period, in ppm
carrier = 118.0

## B1 radio-frequency field strength, in Hz
b1_frq = 25.0

## B1 inhomogeneity expressed as a fraction of 'b1_frq'. If set to "inf",
## a faster calculation takes place assuming full dephasing of the
## magnetization components orthogonal to the effective field.
## [optional, default: 0.1]
# b1_inh_scale = 0.1

## Number of points used to simulate B1 inhomogeneity, the larger
## the longer the calculation. [optional, default: 11]
# b1_inh_res = 11

## State of the observed resonance [optional, default: "a"]
# observed_state = "a"

[conditions]

## ¹H Larmor frequency, in MHz
h_larmor_frq = 800.0

## Sample temperature, in Celsius [optional, depending on the kinetic model]
# temperature = 25.0

## Protein concentration, in M [optional, depending on the kinetic model]
# p_total = 500.0e-6

## Ligand concentration, in M [optional, depending on the kinetic model]
# l_total = 50.0e-6

## Labeling scheme of the sample, for deuterated samples "2H" should
## be used to obtain accurate initial estimates of relaxation rates
## based on model-free parameters, for uniformly ¹³C-labeled samples "13C"
## should be used to account for 1JCC properly [optional, default: []]
# label = ["2H", "13C"]

[data]

## Directory containing the profiles [optional, default: "./"]
# path = "./"

## Option defining how intensity uncertainties are estimated.
## "file": uncertainties are taken from the profile files
## "scatter": uncertainties are calculated from the baseline
## [optional, default: "file"]
# error = "file"

## List of offsets relative to the main resonance position
## (nu) and bandwidths (delta_nu) defining regions where
## points are excluded from the calculation (nu +/- 0.5 * delta_nu),
## both are in Hz [optional, default: [[0.0, 0.0]] ]
# filter_offsets = [
# [0.0, 0.0],
# ]

## List of the profile names and their associated filenames.
## The name of the spin systems should follow the Sparky-NMR
## conventions.
[data.profiles]
G2N = "G2N-HN.out"
H3N = "H3N-HN.out"
K4N = "K4N-HN.out"
S5N = "S5N-HN.out"
L6N = "L6N-HN.out"