deep_causality_physics 0.7.0

Standard library of physics formulas and engineering primitives for DeepCausality.
Documentation
/*
 * SPDX-License-Identifier: MIT
 * Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
 */

#[cfg(feature = "os-random")]
pub(crate) mod lund;
pub(crate) mod pdg;
pub(crate) mod physics;
pub(crate) mod qcd;
pub(crate) mod wrappers;

pub use crate::quantities::nuclear::*;
#[cfg(feature = "os-random")]
pub use lund::lund_string_fragmentation_kernel;
pub use pdg::*;
pub use physics::*;
pub use qcd::*;
pub use wrappers::*;