Module pass

Module pass 

Source
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§

RepeatPass
A pass that iterates an internal pass until no further change.
RepeatUntilSatisfiedPass
A pass that iterates an internal pass until some predicate is satisfied.
SequencePass
A pass that executes a sequence of passes in order.

Enums§

BasePass
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.