featomic 0.6.0

Library to compute representations for atomistic machine learning
[[bench]]
harness = false
name = "lode-spherical-expansion"
path = "benches/lode-spherical-expansion.rs"
required-features = ["chemfiles"]

[[bench]]
harness = false
name = "soap-power-spectrum"
path = "benches/soap-power-spectrum.rs"
required-features = ["chemfiles"]

[[bench]]
harness = false
name = "soap-spherical-expansion"
path = "benches/soap-spherical-expansion.rs"
required-features = ["chemfiles"]

[[bench]]
harness = false
name = "spherical-harmonics"
path = "benches/spherical-harmonics.rs"

[build-dependencies.cbindgen]
default-features = false
version = "0.27"

[build-dependencies.fs_extra]
version = "1"

[build-dependencies.metatensor]
version = "0.2"

[dependencies.approx]
version = "0.5"

[dependencies.chemfiles]
optional = true
version = "0.10"

[dependencies.indexmap]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.metatensor]
features = ["rayon"]
version = "0.2"

[dependencies.ndarray]
features = ["rayon", "serde", "approx"]
version = "0.16"

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

[dependencies.once_cell]
version = "1"

[dependencies.rayon]
version = "1.5"

[dependencies.schemars]
version = "=1.0.0-alpha.15"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thread_local]
version = "1.1"

[dependencies.time-graph]
version = "0.3.0"

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

[dev-dependencies.flate2]
version = "1.0.20"

[dev-dependencies.glob]
version = "0.3"

[dev-dependencies.ndarray-npy]
version = "0.9"

[dev-dependencies.time-graph]
features = ["table", "json"]
version = "0.3.0"

[dev-dependencies.which]
version = "5"

[[example]]
name = "compute-soap"
path = "examples/compute-soap.rs"
required-features = ["chemfiles"]

[[example]]
name = "profiling"
path = "examples/profiling.rs"
required-features = ["chemfiles"]

[features]
c-api = ["time-graph/table", "time-graph/json", "log/std"]
default = []
metatensor-static = ["metatensor/static"]

[lib]
bench = false
name = "featomic"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin)"]
level = "warn"
priority = 0

[package]
authors = ["Guillaume Fraux <guillaume.fraux@epfl.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Library to compute representations for atomistic machine learning"
documentation = "https://metatensor.github.io/featomic/"
edition = "2021"
license = "BSD-3-Clause"
name = "featomic"
readme = false
repository = "https://github.com/metatensor/featomic"
rust-version = "1.74"
version = "0.6.0"

[package.metadata."docs.rs"]
all-features = true

[[test]]
name = "check-cxx-install"
path = "tests/check-cxx-install.rs"

[[test]]
name = "file-size-limit"
path = "tests/file-size-limit.rs"

[[test]]
name = "lode-madelung"
path = "tests/lode-madelung.rs"

[[test]]
name = "lode-spherical-expansion"
path = "tests/lode-spherical-expansion.rs"

[[test]]
name = "lode-vs-soap"
path = "tests/lode-vs-soap.rs"

[[test]]
name = "run-cxx-tests"
path = "tests/run-cxx-tests.rs"

[[test]]
name = "soap-power-spectrum"
path = "tests/soap-power-spectrum.rs"

[[test]]
name = "soap-spherical-expansion"
path = "tests/soap-spherical-expansion.rs"

[[test]]
name = "spherical-harmonics"
path = "tests/spherical-harmonics.rs"