SnapshotStatevector¶
- class SnapshotStatevector(label, num_qubits=0)[ソース]¶
ベースクラス:
qiskit.providers.aer.extensions.snapshot.Snapshot
Snapshot instruction for statevector snapshot type
Create a statevector state snapshot instruction.
- パラメータ
label (str) – the snapshot label.
num_qubits (int) – the instruction barrier size [Default: 0].
- 例外
ExtensionError – if snapshot is invalid.
- Additional Information:
This snapshot is always performed on all qubits in a circuit. The number of qubits parameter specifies the size of the instruction as a barrier and should be set to the number of qubits in the circuit.
バージョン 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.SaveStatevector
instruction.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.