-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: quantumlib/Cirq
base: main
head repository: quantumlib/Cirq
compare: v1.6.1-dev
- 9 commits
- 33 files changed
- 4 contributors
Commits on Jul 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 349ab8e - Browse repository at this point
Copy the full SHA 349ab8eView commit details -
Include cirq.contrib test JSON files in cirq-core package
Note the package name temporarily uses f-string to avoid triggering the check/misc check. To be cleaned up with explicit allow-patterns in check/misc later.
Configuration menu - View commit details
-
Copy full SHA for 2a2b6f1 - Browse repository at this point
Copy the full SHA 2a2b6f1View commit details
Commits on Aug 14, 2025
-
- Typos identified by CommonTypos internal Google check.
Configuration menu - View commit details
-
Copy full SHA for 7fd4a7b - Browse repository at this point
Copy the full SHA 7fd4a7bView commit details -
Fix kraus channels for fallbacks to super-operators (#7537)
- There were a few issues with the new strategy to fall back to super-operator calculations using apply_channels. - First, the super_operator_to_kraus function is generally not precise or numerically stable enough to support an atol of 1e-10 so loosened this to 1e-6 and also allowed the ability to specify this as a parameter. - Next, some operators define decomposition, so cirq.kraus should try to decompose and get a unitary before falling back to using apply_channel. Fixes: #7536
Configuration menu - View commit details
-
Copy full SHA for 6f1a975 - Browse repository at this point
Copy the full SHA 6f1a975View commit details -
Fix typos in reference docs (#7539)
- These are typos identified by running the CommonTypos internal tool on api reference docs for cirq.
Configuration menu - View commit details
-
Copy full SHA for 77546b5 - Browse repository at this point
Copy the full SHA 77546b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e3bfca - Browse repository at this point
Copy the full SHA 7e3bfcaView commit details -
Link to Willow and Weber data sheets (#7560)
- This links to the Willow and Weber data spec sheets instead of the hardware landing page for the QVM documentation. Fixes: #7559
Configuration menu - View commit details
-
Copy full SHA for 58ab7ee - Browse repository at this point
Copy the full SHA 58ab7eeView commit details -
Test all notebooks vs stable Cirq after the release (#7561)
Make all notebook tests use stable cirq after the 1.6.0 release. Ref: https://github.com/quantumlib/Cirq/blob/main/docs/dev/notebooks.md#lifecycle Fixes #7556 --------- Co-authored-by: Pavol Juhas <juhas@google.com>
Configuration menu - View commit details
-
Copy full SHA for c200724 - Browse repository at this point
Copy the full SHA c200724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4ac41 - Browse repository at this point
Copy the full SHA 1a4ac41View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...v1.6.1-dev