Skip to content

Commit

Permalink
Additional rename after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Nov 16, 2023
1 parent 935d024 commit 1dc3b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
//! use lazy_static::lazy_static;
//!
//! fn one_qb_func() -> PolyFuncType {
//! FunctionType::new_linear(type_row![QB_T]).into()
//! FunctionType::new_endo(type_row![QB_T]).into()
//! }
//!
//! fn two_qb_func() -> PolyFuncType {
//! FunctionType::new_linear(type_row![QB_T, QB_T]).into()
//! FunctionType::new_endo(type_row![QB_T, QB_T]).into()
//! }
//! /// The extension identifier.
//! pub const EXTENSION_ID: ExtensionId = ExtensionId::new_unchecked("mini.quantum");
Expand Down

0 comments on commit 1dc3b37

Please sign in to comment.