An additional layer of equations to simplify the relaxation equations, gradients, and hessians.
The R1 and R2 equations are left alone, while the NOE is decomposed into the cross relaxation rate equation and the R1 equation.
The relaxation equations
~~~~~~~~~~~~~~~~~~~~~~~~
Data structure: self.data.ri
Dimension: 1D, (relaxation data)
Type: Numeric array, Float64
Dependencies: self.data.ri_prime
Required by: self.data.chi2, self.data.dchi2, self.data.d2chi2
Formulae
~~~~~~~~
R1() = R1'()
R2() = R2'()
gH sigma_noe()
NOE() = 1 + -- . -----------
gN R1()
|