SnapshotDensityMatrix¶
- class SnapshotDensityMatrix(label, num_qubits)[source]¶
Snapshot instruction for density matrix method of Qasm simulator.
Create a density matrix state snapshot instruction.
- Parameters
label (str) – the snapshot label.
num_qubits (int) – the number of qubits to snapshot.
- Raises
ExtensionError – if snapshot is invalid.
Attributes
Get the decompositions of the instruction from the SessionEquivalenceLibrary.
Return definition in terms of other basic gates.
Return snapshot label
return instruction params.
Return snapshot type
Methods
Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Assemble a QasmQobjInstruction
Validation of the arguments.
SnapshotDensityMatrix.c_if
(classical, val)Add classical condition on register classical and value val.
SnapshotDensityMatrix.copy
([name])Copy of the instruction.
Defines qubits to snapshot for all snapshot methods
Special case.
Return True .IFF.
For a composite instruction, reverse the order of sub-gates.
Return a default OpenQASM string for the instruction.
Creates an instruction with gate repeated n amount of times.