Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
obliviateandsurrender committed Jul 12, 2024
1 parent ab64443 commit 48ada9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane_qiskit/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ def load_noise_model(noise_model, **kwargs) -> qml.NoiseModel:
pauli_prob = error_2.probabilities
kraus_dops = [np.sqrt(prob) * kraus_op for prob, kraus_op in zip(pauli_prob, kraus_ops)]
c0 = qml.noise.op_eq(qml.RZ) | qml.noise.op_eq(qml.RY)
c0 = qml.noise.op_eq(qml.RZ) | qml.noise.op_eq(qml.RY)
c1 = qml.noise.op_eq(qml.CNOT)
n0 = qml.noise.partial_wires(qml.DepolarizingChannel, 0.001)
Expand Down

0 comments on commit 48ada9a

Please sign in to comment.