SnapshotProbabilities¶
-
class
SnapshotProbabilities
(label, num_qubits, variance=False)[source]¶ Bases:
qiskit.providers.aer.extensions.snapshot.Snapshot
Snapshot instruction for all methods of Qasm simulator.
Create a probability snapshot instruction.
- Parameters
label (str) – the snapshot label.
num_qubits (int) – the number of qubits to snapshot.
variance (bool) – compute variance of probabilities [Default: False]
- Raises
ExtensionError – if snapshot is invalid.
Note
This instruction will be deprecated after the qiskit-aer 0.8 release. It has been superseded by the
qiskit.providers.aer.library.SaveProbabilities
andqiskit.providers.aer.library.SaveProbabilitiesDict
instructions.Methods
Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Assemble a QasmQobjInstruction
Validation of the arguments.
Add classical condition on register or cbit classical and value val.
Copy of the instruction.
Defines qubits to snapshot for all snapshot methods
Special case.
Return True .IFF.
DEPRECATED: use instruction.reverse_ops().
Return a default OpenQASM string for the instruction.
Creates an instruction with gate repeated n amount of times.
For a composite instruction, reverse the order of sub-instructions.
Soft comparison between gates.
Instruction parameters has no validation or normalization.
Attributes
-
decompositions
¶ Get the decompositions of the instruction from the SessionEquivalenceLibrary.
-
definition
¶ Return definition in terms of other basic gates.
-
duration
¶ Get the duration.
-
label
¶ Return snapshot label
-
params
¶ return instruction params.
-
snapshot_type
¶ Return snapshot type
-
unit
¶ Get the time unit of duration.