Skip to content

Commit

Permalink
Created X, Y, Z, H gates
Browse files Browse the repository at this point in the history
Wrote proc macro to reduce code duplication because it was ATROCIOUS
otherwise. Might write more macros? I think it's unnecessary but time
will tell
  • Loading branch information
Haadi-Khan committed Jul 17, 2024
1 parent f1d7891 commit 61ee41f
Show file tree
Hide file tree
Showing 9 changed files with 537 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
operation_macro/target
311 changes: 311 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
operation_macro = { path = "operation_macro" }
ndarray = "0.15.6"
# ndarray-linalg = "0.16.0"
# ndarray-linalg = "0.16.0"
numpy = "0.21"
Loading

0 comments on commit 61ee41f

Please sign in to comment.