Skip to content
Open
Binary file added test_files/big_array.hugr
Binary file not shown.
Binary file added test_files/nested_array.hugr
Binary file not shown.
Binary file added test_files/squashing_inline.hugr
Binary file not shown.
2 changes: 2 additions & 0 deletions tket/src/passes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ mod commutation;

pub use commutation::{apply_greedy_commutation, PullForwardError};

pub mod borrow_squash;

pub mod chunks;
pub use chunks::CircuitChunks;

Expand Down
Loading
Loading