mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Add cross-basek normalization (#90)
* added cross_basek_normalization * updated method signatures to take layouts * fixed cross-base normalization fix #91 fix #93
This commit is contained in:
committed by
GitHub
parent
4da790ea6a
commit
37e13b965c
@@ -13,5 +13,10 @@ documentation = "https://docs.rs/poulpy"
|
||||
poulpy-backend = {path="../poulpy-backend"}
|
||||
poulpy-hal = {path="../poulpy-hal"}
|
||||
poulpy-core = {path="../poulpy-core"}
|
||||
criterion = {workspace = true}
|
||||
itertools = "0.14.0"
|
||||
byteorder = "1.5.0"
|
||||
byteorder = "1.5.0"
|
||||
|
||||
[[bench]]
|
||||
name = "circuit_bootstrapping"
|
||||
harness = false
|
||||
Reference in New Issue
Block a user