Spectral broadenings

Overview

EPR spectra are not infinitely sharp, they are broadened by relaxation, unresolved hyperfine splittings, or distributions in magnetic properties such as g and A values, and others. EasySpin allows you to include broadening in most spectral simulations (solid-state cw EPR with pepper, liquid EPR with garlic, ENDOR with salt).

There are two types of broadenings

The broadenings are given in fields of the spin system structure, which contains the spin system and all associated spin Hamiltonian parameters. Not all types of broadenings are supported by all simulation funtions.

Broadenings are treated differently in the simulation of slow-motion cw EPR spectra using chili. See the documentation of chili.

All broadenings are understood to be FWHM (full width at half height) or PP (peak-to-peak), independent of the simulation function, the line shape or the detection harmonic. For the conversion to and from peak-to-peak line widths, see the reference page on line shapes.

Use only broadenings of one type at a time.
Isotropic convolutional broadenings

The following fields in the spin system structure specify convolutional broadenings.

lwpp

Line width for isotropic magnetic-field domain broadening (PP, peak-to-peak, in mT), used for convolution of a field-swept liquid or solid-state cw EPR spectrum. Peak-to-peak refers to the horizontal distance between the maximum and the minimum of a first-derivative lineshape.

  • 1 element: Gaussian
  • 2 elements: [Gaussian Lorentzian]
Sys.lwpp = 10;       % Gaussian broadening, mT
Sys.lwpp = [0 12];   % Lorentzian broadening, mT
Sys.lwpp = [10 12];  % Voigtian broadening (Gaussian + Lorentzian), mT

For conversion between FWHM and PP line widths, see the reference page on line shapes.

lw

Same as lwpp, except that the numbers are assumed to indicate the full width at half maximum (FWHM) instead of the peak-to-peak (PP) width. For conversion between FWHM and PP line widths, see the reference page on line shapes.

lwEndor

Line width (FWHM) for ENDOR broadening. Usage is the same as lw. For lwEndor, no peak-to-peak analogue is available. See the page on line shapes for conversion formulas.

Anisotropic broadenings

Anisotropic broadenings in solid-state cw EPR spectra has two main physical origins:

More than one of these broadenings can be specified. The total broadening for a given orientation is the combination of all individual broadenings.

HStrain Residual line width (full width at half height, FWHM), in MHz, describing broadening due to unresolved hyperfine couplings. The three components are the Gaussian line widths in the x, y and z direction of the molecular frame.
Sys.HStrain = [10 10 10];        % 10 MHz Gaussian FWHM broadening in all directions
Sys.HStrain = [10 10 50];        % larger broadening along the molecular z axis

The line width for a given orientation [eqn] of the static magnetic field is given by [eqn] where [eqn], [eqn] and [eqn] are the three elements of HStrain.

If the spin system contains only one electron spin, it is possible to specify combined g and A strain or D strain.

gStrain [FWHM_gx FWHM_gy FWHM_gz]
Defines the g strain for the first electron spin. It specifies the FWHM widths of the Gaussian distributions of the g principal values (x, y and z). The distributions are assumed to be completely uncorrelated. If more than one electron spin is specified, the g strain is valid only for the first one.
AStrain [FWHM_Ax FWHM_Ay FWHM_Az], in MHz
Vector of FWHM widths (in Megahertz) of the Gaussian distributions of the corresponding principal values in A (x, y, z) of the first nucleus in the spin system. The distributions are completely uncorrelated. AStrain is correlated with gStrain in the sense that a positive change in gx is correlated with a positive change in Ax only (and not a negative one) etc. (see W.Froncisz, J.S.Hyde, J.Chem.Phys.73, 3123-3131 (1980)).
DStrain FWHM_D or [FWHM_D FWHM_E], in MHz
Widths (FWHM) of the Gaussian distributions of the scalar parameters D and E that specify the D matrix of the zero-field interaction. If FWHM_E is omitted, it is assumed to be zero. The distributions in D and E are assumed to be completely independent (uncorrelated). If the spin system contains more than one electron spin, DStrain is valid only for the first one.

E.g. a DStrain of [10, 5] specifies a Gaussian distribution of D with a FWHM of 10 MHz and a Gaussian distribution of E with a FWHM of 5 MHz.

The broadenings resulting from the various strains are computed in an approximate way. For example, for gStrain, the derivative with respect to g of the resonance field of a given transition is computed, and then the magnitude of this derivative is multiplied by the value from gStrain to give the actual line width. A Gaussian with this line width is then added to the spectrum. A similar procedure is used for all other strains.

This approximation, which corresponds to the first term in a Taylor expansion or to first-order perturbation theory, is valid only as long as the strain distribution width is much smaller than the parameter itself, e.g. a gStrain of 0.02 for a g of 2. If the distributions is wider, an explicit loop (see below) should be used.

Using your own broadening models

When none of the above inhomogeneous broadenings apply to your problem, you can always run a loop over any distribution of spin Hamiltonian parameters, simulate the associated spectra and sum them up (including weights of the distribution function) to obtain an inhomogeneously broadened line.