Skip to content

Commit 202cd88

Browse files
Add QCL example
1 parent f20431e commit 202cd88

File tree

4 files changed

+240
-46
lines changed

4 files changed

+240
-46
lines changed

Cargo.lock

Lines changed: 141 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1.0.98"
8+
argmin = "0.10.0"
9+
argmin-math = { version = "0.4", features = ["nalgebra_latest"] }
810
nalgebra = "0.33.2"
911
nalgebra-sparse = "0.10.0"
1012
num-complex = "0.4.6"

0 commit comments

Comments
 (0)