SnapshotExpectationValue¶
-
class
SnapshotExpectationValue
(label, op, single_shot=False, variance=False)[source]¶ Bases:
qiskit.providers.aer.extensions.snapshot.Snapshot
Snapshot instruction for supported methods of Qasm simulator.
Create an expectation value snapshot instruction.
- Parameters
label (str) – the snapshot label.
op (Operator) – operator to snapshot.
single_shot (bool) – return list for each shot rather than average [Default: False]
variance (bool) – compute variance of values [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.SaveExpectationValue
andqiskit.providers.aer.library.SaveExpectationValueVariance
instructions.Methods
Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Assemble a QasmQobjInstruction for snapshot_expectation_value.
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.