ariadnetor-tensor 0.0.3

Tensor library with support for dense and block-sparse tensors
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 = "2024"
name = "ariadnetor-tensor"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tensor library with support for dense and block-sparse tensors"
readme = "README.md"
keywords = [
    "tensor",
    "block-sparse",
    "tensor-network",
    "symmetry",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ultimatile/ariadnetor"
resolver = "2"

[features]
hptt = ["ariadnetor-native/hptt"]
pluggability-litmus = []
test-fixtures = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aligned-vec]
version = "0.6"

[dependencies.ariadnetor-core]
version = "0.0.3"

[dependencies.ariadnetor-native]
version = "0.0.3"

[dependencies.num-complex]
version = "0.4"

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

[dependencies.rand]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.10"

[lints.rust]
dead_code = "forbid"
unreachable_pub = "warn"