neopdf_cli 0.3.0-alpha5

CLI interface to NeoPDF
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Command Line Interface (CLI) for `neopdf`
//!
//! This crate provides a command-line interface for converting LHAPDF sets to `NeoPDF` format,
//! combining nuclear PDFs, and evaluating PDF values and `alpha_s` at given kinematics.

pub mod converter;
pub mod install;
pub mod pdf;
pub mod read;
#[cfg(feature = "tmdlib")]
pub mod tmd_converter;