Skip to content

Commit

Permalink
feat: add results extensions (#494)
Browse files Browse the repository at this point in the history
Closes #452
  • Loading branch information
ss2165 authored Jul 19, 2024
1 parent 2099d8e commit 034ab9c
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 1 deletion.
1 change: 1 addition & 0 deletions tket2-hseries/src/extension.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//! This module defines the Hugr extensions used by tket2-hseries.
pub mod futures;
pub mod quantum_lazy;
pub mod result;
2 changes: 1 addition & 1 deletion tket2-hseries/src/extension/quantum_lazy.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! This module defines the Hugr extension used to represent Lazy Quantum
//! Operations.
//!
//! Lazyness is represented by returning `tket2.futures.Future` classical
//! Laziness is represented by returning `tket2.futures.Future` classical
//! values. Qubits are never lazy.
use hugr::{
builder::{BuildError, Dataflow},
Expand Down
Loading

0 comments on commit 034ab9c

Please sign in to comment.