Skip to content

Commit 16e358a

Browse files
committed
feat: Add CopyableExpressionAST
1 parent d34b013 commit 16e358a

File tree

3 files changed

+416
-0
lines changed

3 files changed

+416
-0
lines changed

tket/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub mod passes;
5454
pub mod resource;
5555
pub mod rewrite;
5656
pub mod serialize;
57+
pub mod subcircuit;
5758

5859
#[cfg(feature = "portmatching")]
5960
pub mod portmatching;

tket/src/subcircuit.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//! Placeholder file until subcircuit is merged, see
2+
//! https://github.com/CQCL/tket2/pull/1054
3+
4+
mod expression;
5+
pub use expression::CopyableExpressionAST;

0 commit comments

Comments
 (0)