pub struct PauliGroup {
pub num_qubits: usize,
}Expand description
Pauli group on n qubits.
Fields§
§num_qubits: usizeImplementations§
Source§impl PauliGroup
impl PauliGroup
Trait Implementations§
Source§impl Clone for PauliGroup
impl Clone for PauliGroup
Source§fn clone(&self) -> PauliGroup
fn clone(&self) -> PauliGroup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PauliGroup
impl RefUnwindSafe for PauliGroup
impl Send for PauliGroup
impl Sync for PauliGroup
impl Unpin for PauliGroup
impl UnsafeUnpin for PauliGroup
impl UnwindSafe for PauliGroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more