CriticalPeakRelaxationRate#

Description#

The Critical Peak Relexation Rate is defined as:

\[y = \frac{B_1}{(|x - T_c|)^a} + B_1\Theta(x < T_c) + B_2\Theta(x >= T_c)\]

where: - \(S_c\) - Scaling - \(T_c\) - Critical temperature - \(a\) - Critical exponent - \(B_1\) - is a non-critical background when \(x < T_c\) - \(B_2\) - is a non-critical background when \(x >= T_c\)

When fitting users should set \(T_c\) as the temperature at which the peak occurs. Users are also asked to supply two values for \(B_g\). The first should be the value of y when x is at it’s minimum. The second should be the value of y when x is at its maximum, minus the first background value.

Examples#

An example of when this might be used is for examining the Chiral-like critical behaviour in antiferromagnet Cobalt Glycerolate [1] or in muon spin relaxation studies of critical fluctuations and diffusive spin dynamics in molecular magnets [2].

Attributes (non-fitting parameters)#

Name

Type

Default

Description

Delta

Properties (fitting parameters)#

Name

Default

Description

Scaling

1.0

coefficient for scaling

CriticalTemp

0.01

coefficient for critical temperature

Exponent

1.0

coefficient for critical exponent

Background1

0.0

coefficient for non-critical background when x < Critical Temperature

Background2

0.0

coefficient for non-critical background when x > Critical Temperature

References#

Categories: FitFunctions | Muon\MuonModelling\Magnetism

Source#

C++ header: CriticalPeakRelaxationRate.h

C++ source: CriticalPeakRelaxationRate.cpp