Crate tket_json_rs

Source
Expand description

Serializable Rust definition for circuits and operations of the TKET quantum compiler.

Re-exports§

pub use circuit_json::SerialCircuit;
pub use optype::OpType;

Modules§

circuit_json
Contains structs for serializing and deserializing TKET circuits to and from JSON.
clexpr
Classical expressions
opbox
Data definition for box operations.
optype
Defines the OpType enum, which represents the operation types in a quantum circuit.
register
Basic types for quantum and classical registers.