Fix typos in XEB documentation and notebooks#7254
Merged
pavoljuhas merged 2 commits intoquantumlib:mainfrom Apr 9, 2025
Merged
Fix typos in XEB documentation and notebooks#7254pavoljuhas merged 2 commits intoquantumlib:mainfrom
pavoljuhas merged 2 commits intoquantumlib:mainfrom
Conversation
Cross-Entropy Benchmarking should be hyphenated; also, for consistency, it should be either always capitalized or never. Since more places in the docs capitalize it, this commit changes all of them to follow suit.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7254 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 1106 1106
Lines 95990 95990
=======================================
+ Hits 94691 94692 +1
+ Misses 1299 1298 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
pavoljuhas
approved these changes
Apr 9, 2025
Collaborator
pavoljuhas
left a comment
There was a problem hiding this comment.
LGTM. Can you please tuck in an extra one-character fix?
(On mac pbpaste | git apply should work after copying the patch)
diff --git a/docs/transform/custom_transformers.ipynb b/docs/transform/custom_transformers.ipynb
index ab4962f8..e64f4258 100644
--- a/docs/transform/custom_transformers.ipynb
+++ b/docs/transform/custom_transformers.ipynb
@@ -167,3 +167,3 @@
"### `cirq.TransformerLogger` and support for automated logging\n",
- "The `cirq.TransformerLogger` class is used to log the actions of a transformer on an input circuit. `@cirq.transformer` decorator automatically adds support for logging the initial and final circuits for each transfomer step. "
+ "The `cirq.TransformerLogger` class is used to log the actions of a transformer on an input circuit. `@cirq.transformer` decorator automatically adds support for logging the initial and final circuits for each transformer step. "
]
diff --git a/docs/transform/routing_transformer.ipynb b/docs/transform/routing_transformer.ipynb
index 8f1c5723..415df0ef 100644
--- a/docs/transform/routing_transformer.ipynb
+++ b/docs/transform/routing_transformer.ipynb
@@ -98,3 +98,3 @@
"source": [
- "## Routing as a `@cirq.transfomer`"
+ "## Routing as a `@cirq.transformer`"
]
This was referenced May 30, 2025
BichengYing
pushed a commit
to BichengYing/Cirq
that referenced
this pull request
Jun 20, 2025
* Fix typos in XEB Cross-Entropy Benchmarking should be hyphenated; also, for consistency, it should be either always capitalized or never. Since more places in the docs capitalize it, this commit changes all of them to follow suit. * Missed another case of XEB hyphenation
This was referenced Aug 5, 2025
This file contains hidden or 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
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.
Cross-Entropy Benchmarking should be hyphenated; also, for consistency, it should be either always capitalized or never. Since more places in the docs capitalize it, this commit changes all of them to follow suit.