SaveState¶
-
class
SaveState
(num_qubits, label=None, pershot=False, conditional=False)[source]¶ Bases:
qiskit.providers.aer.library.save_instructions.save_data.SaveSingleData
Save simulator state
The format of the saved state depends on the simulation method used.
Create new instruction to save the simualtor state.
The format of the saved state depends on the simulation method used.
- Parameters
num_qubits (int) – the number of qubits of the
label (str or None) – Optional, the key for retrieving saved data from results. If None the key will be the state type of the simulator.
pershot (bool) – if True save a list of states for each shot of the simulation rather than a single state [Default: False].
conditional (bool) – if True save data conditional on the current classical register values [Default: False].
Note
This save instruction must always be performed on the full width of qubits in a circuit, otherwise an exception will be raised during simulation.
Methods
Add a decomposition of the instruction to the SessionEquivalenceLibrary.
Return the QasmQobjInstruction for the intructions.
Validation of the arguments.
Add classical condition on register or cbit classical and value val.
Copy of the instruction.
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 instruction label
- Return type
str
-
params
¶ return instruction params.
-
unit
¶ Get the time unit of duration.