Skip to content

Commit

Permalink
Tidy up qi exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Jan 10, 2025
1 parent df1a3c2 commit e2e9aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/accelerate/src/qi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
//! Quantum-information and linear-algebra related functionality, typically used as drivers for
//! numeric compiler routines.
pub mod versor_gate;
mod versor_gate;

pub use self::versor_gate::VersorGate;
pub use self::versor_gate::{VersorGate, VersorGateError};

0 comments on commit e2e9aaa

Please sign in to comment.