qsim:: Cirq:: I

#include <gates_cirq.h>

A multi-qubit identity gate.

Summary

Public static attributes

kind = kI
constexpr GateKind
name = "I"[]
constexpr char
symmetric = true
constexpr bool

Public static functions

Create (unsigned time, const std::vector< unsigned > & qubits)
GateCirq < fp_type >

Public static attributes

kind

constexpr GateKind qsim::Cirq::I::kind = kI

name

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

symmetric

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

Public static functions

Create

GateCirq< fp_type > qsim::Cirq::I::Create(
  unsigned time,
  const std::vector< unsigned > & qubits
)