Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
430 changes: 430 additions & 0 deletions crates/pecos-qsim/src/coin_toss.rs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions crates/pecos-qsim/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// the License.

pub mod clifford_gateable;
pub mod coin_toss;
pub mod gens;
pub mod pauli_prop;
// pub mod paulis;
Expand All @@ -23,6 +24,7 @@ pub mod state_vec;

pub use arbitrary_rotation_gateable::ArbitraryRotationGateable;
pub use clifford_gateable::{CliffordGateable, MeasurementResult};
pub use coin_toss::CoinToss;
pub use gens::Gens;
// pub use paulis::Paulis;
pub use pauli_prop::{PauliProp, StdPauliProp};
Expand Down
Loading
Loading