qsim:: GateIS

#include <gates_qsim.h>

The ISWAP gate.

Summary

Public static attributes

h = static_cast (h_double)
constexpr fp_type
is2 = static_cast (is2_double)
constexpr fp_type
kind = kGateIS
constexpr GateKind
name = "is"[]
constexpr char
num_qubits = 2
constexpr unsigned
symmetric = true
constexpr bool

Public static functions

Create (unsigned time, unsigned q0, unsigned q1)
GateQSim < fp_type >
SchmidtDecomp ()
schmidt_decomp_type< fp_type >

Public static attributes

h

constexpr fp_type qsim::GateIS::h = static_cast(h_double)

is2

constexpr fp_type qsim::GateIS::is2 = static_cast(is2_double)

kind

constexpr GateKind qsim::GateIS::kind = kGateIS

name

constexpr char qsim::GateIS::name[] = "is"

num_qubits

constexpr unsigned qsim::GateIS::num_qubits = 2

symmetric

constexpr bool qsim::GateIS::symmetric = true

Public static functions

Create

GateQSim< fp_type > qsim::GateIS::Create(
  unsigned time,
  unsigned q0,
  unsigned q1
)

SchmidtDecomp

schmidt_decomp_type< fp_type > qsim::GateIS::SchmidtDecomp()