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.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2021-04-29 UTC."}