-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Emulator interface. #943
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #943 +/- ##
==========================================
+ Coverage 89.76% 89.89% +0.13%
==========================================
Files 110 110
Lines 8031 8088 +57
==========================================
+ Hits 7209 7271 +62
+ Misses 822 817 -5 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're confident this is the way to go for the Hamiltonian API it would be nice to get some additional tests although that can be in a separate PR if necessary
Space.zero_state()
now returns aStateVector
objectAnalogGate
all public APIs accept/returnStateVector
StateVector.sample
andStateVector.normalize
API'stocsr
toRydbergHamiltonian
for interacting with external packages.__hash__
and__eq__
do not match forRegister
.