Skip to content

Commit

Permalink
rust: Test ad.p.s.as2.ps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Sep 26, 2024
1 parent e6ef4dc commit 4fe3452
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crates/ekore/src/anomalous_dimensions/polarized/spacelike/as2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ mod tests {

// singlet sector
let gS1 = gamma_singlet(&mut c, NF);
// // ps
// assert_approx_eq_cmplx!(
// f64,
// gamma_ps(&mut c, NF),
// cmplx!(-40.0 * CF * (NF as f64) / 27.0, 0.)
// );
// ps
assert_approx_eq_cmplx!(
f64,
-gamma_ps(&mut c, NF),
cmplx!(-4.0 * CF * TR * (NF as f64) * 13. / 27.0, 0.)
);
// // qg
// assert_approx_eq_cmplx!(
// f64,
Expand Down

0 comments on commit 4fe3452

Please sign in to comment.