libome-rs 0.0.1

Rust bindings for libome, a C++ library for massive QCD operator matrix elements in x-space.
Documentation
1
2
3
4
5
6
7
8
define_rpd_ome!(
    /// Polarized non-singlet odd operator matrix element ΔA_{qq,Q}^{NS,−}.
    ///
    /// Longitudinally polarized counterpart of [`AqqQNSOdd`](crate::AqqQNSOdd).
    /// It has regular, plus, and delta parts.
    PolAqqQNSOdd,
    polAqqQNSOdd
);