CQCL / tket2

Version 2 of the TKET quantum compiler
http://crates.io/crates/tket2
Apache License 2.0
28 stars 6 forks source link

tracking issue: Lower guppy-generated `Circuit`s into `pytket` #377

Closed aborgna-q closed 3 months ago

aborgna-q commented 5 months ago

Given a tket2.Circuit generated from a guppy definition (see #303), rewrite into something that can be translated into a tket_json_rs::SerialCircuit.

The following tasks are the bare minimum to support a restricted subset of guppy programs:

Extended tket1 support:

Extended hugr support:

aborgna-q commented 3 months ago

Closing this as completed since the core tasks are done. I opened two new tracking issues for the other categories