-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interaction matrix calculation (#735)
* adding method to calculate rydberg interaction. * adding test. * updating docs to be more clear. * making loop break. * removing skip on vacant sites. * removing old print. * updating comment to match test. * bump minor version * adding scikit-optimize to dev deps.
- Loading branch information
Showing
5 changed files
with
151 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "bloqade" | ||
version = "0.8.0" | ||
version = "0.9.0" | ||
description = "Neutral atom software development kit" | ||
authors = [ | ||
{name = "QuEra Computing Inc.", email = "[email protected]"}, | ||
|
@@ -96,6 +96,7 @@ dev = [ | |
"pytest-recording>=0.12.2", | ||
"vcrpy==4.4.0", | ||
"pyinstrument>=4.5.3", | ||
"scikit-optimize>=0.9.0", | ||
] | ||
|
||
[tool.pdm.scripts] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters