File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cirq-core/cirq/contrib/quimb
cirq-google/cirq_google/ops Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
145145class MPSTrialResult (simulator_base .SimulationTrialResultBase ['MPSState' ]):
146- """A single trial reult """
146+ """A single trial result """
147147
148148 def __init__ (
149149 self ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments