qsim::
gate::
Measurement
#include <gate.h>
A gate that simulates measurement of one or more qubits, collapsing the state vector and storing the measured results.
Summary
Public types
|
GateKind
|
using
typename Gate::GateKind
|
Public static attributes
|
kind
= GateKind::kMeasurement
|
constexpr GateKind
|
name
= "m"[]
|
constexpr char
|
symmetric
= false
|
constexpr bool
|
Public static functions
|
Create
(unsigned time, Qubits && qubits)
|
|
Public types
GateKind
typename Gate::GateKind qsim::gate::Measurement::GateKind
Public static attributes
kind
constexpr GateKind qsim::gate::Measurement::kind = GateKind::kMeasurement
name
constexpr char qsim::gate::Measurement::name[] = "m"
symmetric
constexpr bool qsim::gate::Measurement::symmetric = false
Public static functions
Create
Gate qsim::gate::Measurement::Create(
unsigned time,
Qubits && qubits
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-04-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-04-29 UTC."],[],[]]