Skip to content

Commit b3896c1

Browse files
committed
add description in cargo.toml
1 parent 322785a commit b3896c1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "opt-einsum-path"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "Einsum path optimization for tensor contraction (opt_einsum in Rust, without contraction)"
6+
readme = "readme.md"
57

68
repository = "https://github.com/RESTGroup/opt-einsum-path"
79
keywords = ["scientific", "einsum", "chemistry", "physics", "tensor"]

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Einsum Path Contraction Optimization for Tensor Contraction
1+
# Einsum Path Optimization for Tensor Contraction
22

33
This crate performs **path optimization for tensor contraction** (not performing the actual tensor contraction computation).
44

0 commit comments

Comments
 (0)