From 2cc2dd331f5af0ec8cf266843978d0842a63f48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Abad=20L=C3=B3pez?= <109400222+GuillermoAbadLopez@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:01:20 +0100 Subject: [PATCH] Update changelog-dev.md --- docs/releases/changelog-dev.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/releases/changelog-dev.md b/docs/releases/changelog-dev.md index 60543b1b6..30439e1eb 100644 --- a/docs/releases/changelog-dev.md +++ b/docs/releases/changelog-dev.md @@ -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 @@ -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=) ``` -```` [#821](https://github.com/qilimanjaro-tech/qililab/pull/821)