Skip to content

Commit

Permalink
feat!: #334: program scheduling and analysis utilities (#336)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Michael Bryant <mbryant@rigetti.com>
Co-authored-by: kalzoo <22137047+kalzoo@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 2, 2024
1 parent b5088b9 commit 7280ed5
Show file tree
Hide file tree
Showing 54 changed files with 2,615 additions and 543 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ node_modules
# unreviewed insta snapshots
*.snap.new

# JetBrains Editors
# IDEs and editors
.idea/
.vscode/

# Python artifacts
*.so
Expand Down
145 changes: 70 additions & 75 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ codegen-units = 1

[workspace.dependencies]
ndarray = { version = "0.15.6", features = ["approx-0_5"] }
strum = { version = "0.24.1", features = ["derive"] }
strum = { version = "0.26.0", features = ["derive"] }
Loading

0 comments on commit 7280ed5

Please sign in to comment.