forked from quantumlib/Cirq
-
Notifications
You must be signed in to change notification settings - Fork 0
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
updat with latest version #1
Merged
Merged
Conversation
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
…ethods. (#6275) * Add caching to value_equality_values decorator for auto generated methods. * Fix pylint and formatting errors * Address nits, fix bugs and make PauliSum unhashable
…sequences and not exact elements (#6280)
…[Register, ...]` (#6278) * Delete SelectionRegisters and replace uses of Registers with Tuple[Register, ...] * Add type ignore to fix mypy error * Address Matt's comments
…ion timing (#6253) * Changed FakeQuantumRunStream to support arbitrary response and exception timing * Fixed type errors and task got bad yield errors * Fixed more type errors and replaced anext() calls * Addressed maffoo's comments
* Add a signal to stop the request iterator * Make request_queue local to asyncio coroutines * Added missing raises docstring * Addressed maffoo's comments * Addressed maffoo's nits * Fix failing stream_manager_test after merging * Fix format
* add to ionq code owners * pass tests
* Fix matplotlib typing matplotlib 3.8.0 was released this week and included typing hints. This fixes the resulting CI breakages. * Fix issues. * formatting * Change to seaborn v0_8
- quirk_url_to_circuit and quirk_json_to_circuit had weird HTML in them. - concat_ragged had a bunch of pre tags in the output. I believe these changes fix the markdown generation.
* Try to make docstring render correctly Docstring does not render correctly on the website: https://quantumai.google/reference/python/cirq/GeneralizedAmplitudeDampingChannel
* Add registry sweep documentation to cirq_google - Add some simple documentation on how to use registry sweeps to cirq_google's device page (currently public but not linked to from table of contents)
* Do not allow creating registers with bitsize 0 * Fix mypy errors
Co-authored-by: Tanuj Khattar <tanujkhattar@google.com>
… in Qualtran (#6300) * Rename cirq_ft.Registers to cirq_ft.Signature to match data types in Qualtran * Fix coverage tests --------- Co-authored-by: Fionn Malone <fmalone@google.com>
…ike Qualtran (#6302) * Change signature of gate to use directional registers like Qualtran * Remove debug prints
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updating version