Skip to content

Commit

Permalink
fix: don't load angle extensions on to quantum (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 authored Sep 5, 2024
1 parent 5ca29af commit dd9592f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tket2/src/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ pub static ref TKET2_EXTENSION: Extension = {
PolyFuncType::new(vec![TypeParam::String], Signature::new(type_row![], type_row![ANGLE_TYPE])),
)
.unwrap();

angle::add_to_extension(&mut e);
e
};
}

0 comments on commit dd9592f

Please sign in to comment.