Skip to content

Commit

Permalink
Adds tutorial ipynb for routing as a transformer (#5877)
Browse files Browse the repository at this point in the history
* added tutorial for routing

* addressed comments
  • Loading branch information
ammareltigani committed Sep 17, 2022
1 parent 1a4d935 commit 343d407
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ upper_tabs:
path: /cirq/transform/transformers
- title: "Custom Transformers"
path: /cirq/transform/custom_transformers
- title: "Routing as a Transformer"
path: /cirq/transform/routing_transformer

- name: "Hardware"
contents:
Expand Down
3 changes: 3 additions & 0 deletions docs/transform/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ landing_page:
- heading: Custom Transformers
description: Write your own Transformer with decorators, primitives and decompositions.
path: /cirq/transform/custom_transformers
- heading: Routing as a Transformer
description: Qubit Routing utilities for easily executing circuits on hardware.
path: /cirq/transform/routing_transformer

0 comments on commit 343d407

Please sign in to comment.