SnapshotProbabilities¶
- class SnapshotProbabilities(label, num_qubits, variance=False)[source]¶
Bases :
Snapshot
Snapshot instruction for all methods of Qasm simulator.
Create a probability snapshot instruction.
- Paramètres
label (str) – the snapshot label.
num_qubits (int) – the number of qubits to snapshot.
variance (bool) – compute variance of probabilities [Default: False]
- Lève
ExtensionError – if snapshot is invalid.
Obsolète depuis la version 0.9.0: This instruction has been deprecated and will be removed no earlier than 3 months from the 0.9.0 release date. 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.
Set a classical equality condition on this instruction between the register or cbit
classical
and valueval
.Copy of the instruction.
Defines qubits to snapshot for all snapshot methods
Special case.
Return True .IFF.
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
- name¶
Return the name.
- num_clbits¶
Return the number of clbits.
- num_qubits¶
Return the number of qubits.
- params¶
return instruction params.
- snapshot_type¶
Return snapshot type
- unit¶
Get the time unit of duration.