Struct qcgpu::gate::Gate [−][src]
Representation of a gate
Gate { a: Complex32::new(0.0, 0.0), b: Complex32::new(1.0, 0.0), c: Complex32::new(1.0, 0.0), d: Complex32::new(0.0, 0.0) };
Fields
a: Complex32
b: Complex32
c: Complex32
d: Complex32
Trait Implementations
impl Debug for Gate
[src]
impl Debug for Gate
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Gate
[src]
impl Clone for Gate
fn clone(&self) -> Gate
[src]
fn clone(&self) -> Gate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Gate
[src]
impl Copy for Gate
impl Display for Gate
[src]
impl Display for Gate