Skip to main content

Crate tket_qsystem

Crate tket_qsystem 

Source
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 ReplaceBoolPass which replaces the tket.bool type and lazifies measure operations.

Structs§

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

QSystemPassError
An error reported from QSystemPass.