Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty-W committed Feb 27, 2024
1 parent e9b750d commit 21d7e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Qibo is an "end-to-end open source platform for quantum simulation, self-hosted

```py
from qibo import Circuit
from mitiq.conversions import convert_to_mitiq

circuit = Circuit(2)
circuit.add(gates.H(0))
Expand All @@ -20,7 +19,7 @@ def executor(circuit):
return circuit.execute()


mitigated = mitiq.zne.execute_with_zne(convert_to_mitiq(circuit), executor)
mitigated = mitiq.zne.execute_with_zne(circuit, executor)
```

Thank you to new contributor Francesc Sabater for excellent work integrating Qibo and Mitiq!
Expand Down

0 comments on commit 21d7e3c

Please sign in to comment.