qsim:: Cirq:: I2

#include <gates_cirq.h>

A two-qubit identity gate.

Summary

Public static attributes

kind = kI2
constexpr GateKind
name = "I2"[]
constexpr char
num_qubits = 2
constexpr unsigned
symmetric = true
constexpr bool

Public static functions

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

Public static attributes

kind

constexpr GateKind qsim::Cirq::I2::kind = kI2

name

constexpr char qsim::Cirq::I2::name[] = "I2"

num_qubits

constexpr unsigned qsim::Cirq::I2::num_qubits = 2

symmetric

constexpr bool qsim::Cirq::I2::symmetric = true

Public static functions

Create

GateCirq< fp_type > qsim::Cirq::I2::Create(
  unsigned time,
  unsigned q0,
  unsigned q1
)

SchmidtDecomp

schmidt_decomp_type< fp_type > qsim::Cirq::I2::SchmidtDecomp()