mchep 0.1.1

Highly parallelizable Monte Carlo integration routine with SIMD and GPU acceleration
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "mchep"
version = "0.1.1"
authors = ["Tanjona R. Rabemananjara <tanjona.hepc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Highly parallelizable Monte Carlo integration routine with SIMD and GPU acceleration"
readme = false
keywords = [
    "monte-carlo",
    "integration",
    "physics",
]
categories = [
    "science",
    "algorithms",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/tanjona/mchep"

[features]
gpu = ["dep:burn"]
mpi = ["dep:mpi"]

[lib]
name = "mchep"
path = "src/lib.rs"

[[test]]
name = "mpi_integration_test"
path = "tests/mpi_integration_test.rs"

[[bench]]
name = "vegas_benchmark"
path = "benches/vegas_benchmark.rs"
harness = false

[dependencies.burn]
version = "0.19.1"
features = ["wgpu"]
optional = true

[dependencies.bytemuck]
version = "1.25"
features = ["derive"]

[dependencies.itertools]
version = "0.12.1"

[dependencies.mpi]
version = "0.7"
features = ["user-operations"]
optional = true

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_pcg]
version = "0.3.1"

[dependencies.rayon]
version = "1.11.0"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.wide]
version = "0.7.33"

[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[dev-dependencies.criterion]
version = "0.5"