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_reg_only_ome!(
    /// Pure-singlet asymmetry operator matrix element A_{Qq}^{PS,s}.
    ///
    /// This OME has only a regular part. It describes the heavy quark-antiquark
    /// asymmetry in the pure-singlet channel.
    AQqPSs,
    AQqPSs
);