Skip to content

Commit

Permalink
implement codegen extension for tket2.rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed Sep 16, 2024
1 parent 008ef52 commit c5be2e7
Show file tree
Hide file tree
Showing 6 changed files with 385 additions and 683 deletions.
2 changes: 1 addition & 1 deletion src/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ use crate::{

use super::emit::EmitOp;

pub mod rotation;
pub mod conversions;
pub mod float;
pub mod int;
pub mod logic;
pub mod prelude;
pub mod rotation;

/// The extension point for lowering HUGR Extensions to LLVM.
pub trait CodegenExtension<'c, H> {
Expand Down
Loading

0 comments on commit c5be2e7

Please sign in to comment.