Expand description
Serialized definition for TKET passes.
Based on the compiler_pass_v1 schema.
https://github.com/CQCL/tket/blob/main/schemas/compiler_pass_v1.json
Modules§
- standard
- Standard pass definitions.
Structs§
- Repeat
Pass - A pass that iterates an internal pass until no further change.
- Repeat
Until Satisfied Pass - A pass that iterates an internal pass until some predicate is satisfied.
- Sequence
Pass - A pass that executes a sequence of passes in order.
Enums§
- Base
Pass - A pass in a TKET circuit.
Type Aliases§
- Architecture
- Stub for a serialized architecture blob following
architecture_v1.json. - Placement
- Stub for a serialized placement blob following
placement_v1.json. - Predicate
- Stub for a serialized predicate blob following
predicate_v1.json.