Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed May 29, 2024
1 parent b8b860b commit 5a18cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ panchenko
param
params
parikh
passmanager
pauli
paulis
peleato
Expand Down
2 changes: 1 addition & 1 deletion qiskit_optimization/algorithms/grover_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def _measure(self, circuit: QuantumCircuit) -> str:

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

Expand Down

0 comments on commit 5a18cc5

Please sign in to comment.