Skip to content

Commit be86c17

Browse files
Edge-Sevennamkhanh20xxpavoljuhas
authored
docs: fix typos in some files (#7756)
Co-authored-by: khanhkhanhlele <[email protected]> Co-authored-by: Pavol Juhas <[email protected]>
1 parent bf23fc0 commit be86c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cirq-core/cirq/contrib/quimb/mps_simulator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MPSOptions:
4343

4444
# How to split the tensor. Refer to the Quimb documentation for the exact meaning.
4545
method: str = 'svds'
46-
# If integer, the maxmimum number of singular values to keep, regardless of ``cutoff``.
46+
# If integer, the maximum number of singular values to keep, regardless of ``cutoff``.
4747
max_bond: int | None = None
4848
# Method with which to apply the cutoff threshold. Refer to the Quimb documentation.
4949
cutoff_mode: str = 'rsum2'
@@ -143,7 +143,7 @@ def _create_simulator_trial_result(
143143

144144

145145
class MPSTrialResult(simulator_base.SimulationTrialResultBase['MPSState']):
146-
"""A single trial reult"""
146+
"""A single trial result"""
147147

148148
def __init__(
149149
self,

cirq-google/cirq_google/ops/sycamore_gate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SycamoreGate(cirq.FSimGate):
3434
3535
This gate can be performed on the Google's Sycamore chip and
3636
is close to the gates that were used to demonstrate beyond
37-
classical resuts used in this paper:
37+
classical results used in this paper:
3838
https://www.nature.com/articles/s41586-019-1666-5
3939
4040
Note that this gate will be transformed to a "ISWAP-like" gate

0 commit comments

Comments
 (0)