Methods

The following are the list of methods currently supported by mrsimulator as a part of the mrsimulator.method.lib module. To import a method, for example the BlochDecaySpectrum, used

>>> from mrsimulator.method.lib import BlochDecaySpectrum

Summary

Specialized 1D methods

BlochDecaySpectrum(*[, name, description, ...])

Simulate a Bloch decay spectrum.

BlochDecayCTSpectrum(*[, name, description, ...])

Simulate a Bloch decay central transition selective spectrum.

Specialized 2D methods

ThreeQ_VAS(*[, name, description, label, ...])

Simulate a sheared and scaled 3Q 2D variable-angle spinning spectrum.

FiveQ_VAS(*[, name, description, label, ...])

Simulate a sheared and scaled 5Q variable-angle spinning spectrum.

SevenQ_VAS(*[, name, description, label, ...])

Simulate a sheared and scaled 7Q variable-angle spinning spectrum.

ST1_VAS(*[, name, description, label, ...])

Simulate a sheared and scaled inner satellite and central transition correlation spectrum.

ST2_VAS(*[, name, description, label, ...])

Simulate a sheared and scaled second to inner satellite and central transition correlation spectrum.

SSB2D(*[, name, description, label, ...])

Simulating a sheared 2D finite to infinite speed MAS correlation spectrum.

Table of contents