-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
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
ea1c94c
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.
@JuliaRegistrator register
Release Notes:
S
string macro.project!
now returnsanticom_index=rank
instead ofanticom_index=0
in the case of projection operator commuting with all stabilizer rows but not in the stabilizer group. If your code previously hadanticom_index!=0
checks, now you might want to useanticom_index!=0 && anticom_index!=rank
. Conversely, treating projective measurements in general code is now much simpler.#31
b86b30e2
) Dependent on the above, a bug fix toExperimental.DenseMeasurement
when the measurement operator commutes with but is not in the stabilizer.expect
function to find the expectation value of a Pauli measurement for a given stabilizer; simpler to use compared toproject!
.#28
9292333a
) Fix a rare bug inreset_qubits!(::MixedDestabilizer)
.ea1c94c
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.
Registration pull request created: JuliaRegistries/General/53313
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: