Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
obliviateandsurrender committed Nov 5, 2024
1 parent d49cc23 commit d482983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demonstrations/tutorial_how_to_import_noise_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ def GHZcircuit():
qk_noise_model = NoiseModel.from_backend(backend)
print("Qiskit Noise Model:\n", qk_noise_model)

######################################################################

pl_noise_model = qml.from_qiskit_noise(qk_noise_model)
print("PennyLane Noise Model:\n", pl_noise_model)

Expand Down

0 comments on commit d482983

Please sign in to comment.