Skip to content

Commit 5a18cc5

Browse files
committed
fix spell
1 parent b8b860b commit 5a18cc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

0 commit comments

Comments
 (0)