-
Notifications
You must be signed in to change notification settings - Fork 57
New gauge group, plus minor changes to error generator classes #616
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
Conversation
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.
Changes to this file are incidental. They seemed in the spirit of type annotations, although the argument verification at the end of __init__
is new.
…mpatibiity with python 3.9
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.
I've left a couple minor comments/questions. But those aren't blocking issues so my approval isn't contingent on addressing those, and I won't hold things up by withholding it in the meantime.
…eGroupElement._to_nice_serialization and DirectSumUnitaryGroupElement._to_nice_serialization.
This is pulled out of PR #410. The main change is the new gauge group which handles subgroups of unitaries that have a block-diagonal structure. Along the way I added type annotations throughout error generator code. I also cleaned up code in LindbladCoefficientBlock._block_data_to_params.