We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34b013 commit 16e358aCopy full SHA for 16e358a
tket/src/lib.rs
@@ -54,6 +54,7 @@ pub mod passes;
54
pub mod resource;
55
pub mod rewrite;
56
pub mod serialize;
57
+pub mod subcircuit;
58
59
#[cfg(feature = "portmatching")]
60
pub mod portmatching;
tket/src/subcircuit.rs
@@ -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