Skip to content

Commit 2330351

Browse files
committed
fix spell
1 parent b8b860b commit 2330351

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.pylintdict

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ panchenko
151151
param
152152
params
153153
parikh
154+
passmanager
154155
pauli
155156
paulis
156157
peleato

qiskit_optimization/algorithms/grover_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def _measure(self, circuit: QuantumCircuit) -> str:
298298

299299
def _get_prob_dist(self, qc: QuantumCircuit) -> Dict[str, float]:
300300
"""Gets probabilities from a given backend."""
301-
# Transppile the circuit
301+
# Transpile the circuit
302302
if self._passmanager:
303303
qc = self._passmanager.run(qc)
304304

qiskit_optimization/algorithms/qrao/encoding_commutation_verifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
Args:
3636
encoding: The encoding to verify.
3737
estimator: The estimator to use for the verification.
38-
passmanager: The pass manager to tranpile the circuits
38+
passmanager: The pass manager to transpile the circuits
3939
"""
4040
self._encoding = encoding
4141
self._estimator = estimator

0 commit comments

Comments
 (0)