FrequencyEnum

class mrsimulator.method.frequency_contrib.FrequencyEnum(value)

Bases: str, Enum

Enumeration for selecting specific frequency contributions. The enumerations are:

Shielding1_0

Selects first-order and zeroth-rank nuclear shielding frequency contributions.

Type:

str

Shielding1_2

Selects first-order and second-rank nuclear shielding frequency contributions.

Type:

str

Quad1_2

Selects first-order and second-rank quadrupolar frequency contributions.

Type:

str

Quad2_0

Selects second-order and zeroth-rank quadrupolar frequency contributions.

Type:

str

Quad2_2

Selects second-order and second-rank quadrupolar frequency contributions.

Type:

str

Quad2_4

Selects second-order and fourth-rank quadrupolar frequency contributions.

Type:

str

J1_0

Selects first-order and zeroth-rank weak J-coupling frequency contributions.

Type:

str

J1_2

Selects first-order and second-rank weak J-coupling frequency contributions.

Type:

str

D1_2

Selects first-order and second-rank weak dipole frequency contributions.

Type:

str

json(**kwargs) str

Parse the class object to a JSON compliant python dictionary object.