Expand description
Provides a preparation and validation workflow for Hugrs targeting Quantinuum H-series quantum computers.
Modules§
- cli
- CLI tools for tket-qsystem.
- extension
- This module defines the Hugr extensions used by tket-qsystem.
- lower_
drops - Contains a pass to lower “drop” ops from the Guppy extension
- pytket
- Encoder/decoder definitions for translating tket-qsystem operations to/from legacy Pytket circuits.
- replace_
bools - Provides a
ReplaceBoolPasswhich replaces the tket.bool type and lazifies measure operations.
Structs§
- QSystem
Pass - Modify a hugr::Hugr into a form that is acceptable for ingress into a Q-System. Returns an error if this cannot be done.
Enums§
- QSystem
Pass Error - An error reported from QSystemPass.