Skip to content

Commit

Permalink
Update changelog-dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoAbadLopez committed Oct 31, 2024
1 parent 0ce9a57 commit 2cc2dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ The most common way to route, will be automatically through `qililab.execute_cir

Example:

````
```python
from qibo import gates
from qibo.models import Circuit
Expand Down Expand Up @@ -134,7 +133,6 @@ routed_circ, final_layouts = transpiler.route_circuit([c], placer=Trivial, route
router = Sabre(connectivity=None, lookahead=1) # No connectivity needed, since it will be overwritten by the specified in the Transpiler:
routed_circ, final_layouts = transpiler.route_circuit([c], placer=Trivial, router=router, coupling_map=<connectivity_to_use>)
```
````

[#821](https://github.com/qilimanjaro-tech/qililab/pull/821)

Expand Down

0 comments on commit 2cc2dd3

Please sign in to comment.