Skip to content

Commit

Permalink
Merge pull request #21 from alphal00p/symbolica_update
Browse files Browse the repository at this point in the history
Spenso factoring out
  • Loading branch information
ValentinHirschi authored May 24, 2024
2 parents 87615d9 + 3180fe4 commit b6391c5
Show file tree
Hide file tree
Showing 30 changed files with 408 additions and 10,690 deletions.
524 changes: 362 additions & 162 deletions Cargo.lock

Large diffs are not rendered by default.

35 changes: 14 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,15 @@ lto = "fat"

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
insta = { version = "1.38.0", features = ["yaml", "json", "ron", "toml"] }

[[bench]]
name = "gamma_net"
harness = false

[[bench]]
name = "evaluate_net"
harness = false

[[example]]
name = "gamma_chains"
path = "examples/rust/tensors/gamma_chain.rs"

[[example]]
name = "gamma_network"
path = "examples/rust/tensors/gamma_network.rs"

[[example]]
name = "evaluate_network"
path = "examples/rust/tensors/evaluate_network.rs"

[dependencies]
symbolica = { path = "./python/gammaloop/dependencies/symbolica" }
#symbolica = { git = "https://github.com/alphal00p/symbolica" }
# symbolica = { path = "./python/gammaloop/dependencies/symbolica" }
symbolica = { version = "0.5.0" }
spenso = { version = "0.1.1", features = ["shadowing"] }
# spencer = { path = "../spencer" }

serde = { version = "1.0", features = ["derive"] }
serde_yaml = "*"
bincode = "1.3.3"
Expand Down Expand Up @@ -126,3 +111,11 @@ default = ["python_api"]
python_api = ["pyo3", "extension-module"]
binary = []
fail-on-warnings = []

[profile.dev.package]
insta.opt-level = 3
similar.opt-level = 3


[patch.crates-io]
symbolica = { path = "./python/gammaloop/dependencies/symbolica" }
159 changes: 0 additions & 159 deletions benches/evaluate_net.rs

This file was deleted.

147 changes: 0 additions & 147 deletions benches/gamma_net.rs

This file was deleted.

Loading

0 comments on commit b6391c5

Please sign in to comment.