[][src]Struct q1tsim::gates::Swap

pub struct Swap {}

The Swap gate

The Swap gate swap two qubits.

Methods

impl Swap[src]

pub fn new() -> Self[src]

Create a Swap gate

pub fn transform(state: CVecSliceMut)[src]

pub fn transform_mat(state: CMatSliceMut)[src]

Trait Implementations

impl Gate for Swap[src]

impl CQasm for Swap[src]

impl Latex for Swap[src]

impl OpenQasm for Swap[src]

Auto Trait Implementations

impl Send for Swap

impl Sync for Swap

impl Unpin for Swap

impl UnwindSafe for Swap

impl RefUnwindSafe for Swap

Blanket Implementations

impl<G> CircuitGate for G where
    G: Gate + CQasm + Latex + OpenQasm
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,