Skip to content

Commit 5fb9335

Browse files
committed
Implementing basic pauli structs
1 parent fd4228c commit 5fb9335

File tree

3 files changed

+548
-9
lines changed

3 files changed

+548
-9
lines changed

crates/pecos-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ pub use crate::sims_rngs::xoshiro_rng::{
2727
Xoshiro128PlusPlus, Xoshiro128StarStar, Xoshiro256PlusPlus, Xoshiro256StarStar,
2828
Xoshiro512PlusPlus, Xoshiro512StarStar,
2929
};
30-
pub use pauli::{Pauli, PauliCollection};
30+
pub use pauli::{BitSetPauli, PauliCollection, PauliOperator, Phase, SetPauli, StdPauli};

0 commit comments

Comments
 (0)