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.