-
Notifications
You must be signed in to change notification settings - Fork 9
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
Added Pauli noise and standard-basis projectors, collapse evolution and other improvements #26
Conversation
@gregoire-misguich I've added a bit of code to allow for calculating standard-basis projectors as custom observables (separately from gate-based custom observables but with similar syntax), if you wish to take a look. I tested it (with separate code) and it apparently works, I'll add some tests separately later. |
Signed-off-by: Haggai Landa <55192441+haggaila@users.noreply.github.com>
Added also implementation for iterating over "collapse" projector operators, and calculating the custom observables over each collapsed state. |
No description provided.