Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qiskit/qiskit-aer
/ functions
Functions
4,647 in github.com/Qiskit/qiskit-aer
⨍
Functions
4,647
◇
Types & classes
459
Method
__getattr__
(self, attr)
qiskit_aer/backends/compatibility.py:139
Method
__getattr__
(self, attr)
qiskit_aer/backends/compatibility.py:185
Method
__getattr__
(self, attr)
qiskit_aer/backends/compatibility.py:242
Method
__getattr__
(self, name)
qiskit_aer/backends/backendproperties.py:116
Method
__getattr__
(self, name)
qiskit_aer/backends/backendproperties.py:219
Method
__getitem__
(self, key)
qiskit_aer/backends/compatibility.py:127
Method
__getitem__
(self, key)
qiskit_aer/backends/compatibility.py:173
Method
__getitem__
(self, item)
qiskit_aer/backends/compatibility.py:248
Method
__hash__
(self)
qiskit_aer/noise/errors/base_quantum_error.py:40
Method
__init__
Set the error message.
qiskit_aer/aererror.py:23
Method
__init__
Create new instruction to save the superop simulator state. Args: num_qubits (int): the number of qubits for the save instruction
qiskit_aer/library/save_instructions/save_superop.py:24
Method
__init__
Create new instruction to save the simulator statevector as a dict. Args: num_qubits (int): the number of qubits labe
qiskit_aer/library/save_instructions/save_statevector.py:50
Method
__init__
Create new instruction to save the simulator state. The format of the saved state depends on the simulation method used. Args:
qiskit_aer/library/save_instructions/save_state.py:27
Method
__init__
Create new instruction to save the matrix product state. Args: num_qubits (int): the number of qubits label (str): th
qiskit_aer/library/save_instructions/save_matrix_product_state.py:24
Method
__init__
Instruction to save measurement probabilities dict. Args: num_qubits (int): the number of qubits for the snapshot type.
qiskit_aer/library/save_instructions/save_probabilities.py:59
Method
__init__
Create new instruction to save the stabilizer simulator state as a StabilizerState. Args: num_qubits (int): the number of qubits
qiskit_aer/library/save_instructions/save_stabilizer.py:24
Method
__init__
Create new instruction to save the simulator reduced density matrix. Args: num_qubits (int): the number of qubits for the save in
qiskit_aer/library/save_instructions/save_density_matrix.py:24
Method
__init__
Create new instruction to save the unitary simulator state. Args: num_qubits (int): the number of qubits of the label
qiskit_aer/library/save_instructions/save_unitary.py:24
Method
__init__
Create new instruction to save the stabilizer simulator state as a Clifford. Args: num_qubits (int): the number of qubits of the
qiskit_aer/library/save_instructions/save_clifford.py:24
Method
__init__
r"""Instruction to save the expectation value and variance of a Hermitian operator. The expectation value of a Hermitian operator :math:`H` f
qiskit_aer/library/save_instructions/save_expectation_value.py:83
Method
__init__
Instruction to save squared statevector amplitudes (probabilities). Args: num_qubits (int): the number of qubits for the snapshot
qiskit_aer/library/save_instructions/save_amplitudes.py:55
Method
__init__
Create new save data instruction. Args: name (str): the name of the save instruction. num_qubits (int): the number of
qiskit_aer/library/save_instructions/save_data.py:69
Method
__init__
Create new save data instruction. Args: name (str): the name of the save instruction. num_qubits (int): the number of
qiskit_aer/library/save_instructions/save_data.py:111
Method
__init__
(self, jump_to, num_qubits, num_clbits=0)
qiskit_aer/library/control_flow_instructions/jump.py:29
Method
__init__
(self, name, num_qubits, num_clbits=0)
qiskit_aer/library/control_flow_instructions/mark.py:29
Method
__init__
(self, num_qubits, num_clbits, store)
qiskit_aer/library/control_flow_instructions/store.py:27
Method
__init__
Create new instruction to set the matrix product state of the simulator. Args: state (Tuple[List[Tuple[np.array[complex_t]]]], Li
qiskit_aer/library/set_instructions/set_matrix_product_state.py:25
Method
__init__
Create new instruction to set the statevector state of the simulator. Args: state (Statevector): a statevector. Raises:
qiskit_aer/library/set_instructions/set_statevector.py:26
Method
__init__
Create new instruction to set the superop simulator state. Args: state (QuantumChannel): A CPTP quantum channel. Raises:
qiskit_aer/library/set_instructions/set_superop.py:26
Method
__init__
Create new instruction to set the Clifford stabilizer state of the simulator. Args: state (StabilizerState or Clifford): A cliffo
qiskit_aer/library/set_instructions/set_stabilizer.py:26
Method
__init__
Create new instruction to set the density matrix state of the simulator. Args: state (DensityMatrix): a density matrix.
qiskit_aer/library/set_instructions/set_density_matrix.py:26
Method
__init__
Create new instruction to set the unitary simulator state. Args: state (Operator): A unitary matrix. Raises:
qiskit_aer/library/set_instructions/set_unitary.py:26
Method
__init__
Set the error message.
qiskit_aer/noise/noiseerror.py:23
Method
__init__
Construct a new quantum error location instruction. Args: qerror (QuantumError): the quantum error to reference.
qiskit_aer/noise/noise_model.py:67
Method
__init__
Initialize RelaxationNoisePass. Args: t1s: List of T1 times in seconds for each qubit. t2s: List of T2 times in secon
qiskit_aer/noise/passes/relaxation_noise_pass.py:31
Method
__init__
Initialize noise pass. Args: func: noise function `func(inst, qubits) -> InstructionLike`. op_types: Optional, single
qiskit_aer/noise/passes/local_noise_pass.py:55
Method
__init__
Create a readout error for a noise model. For an N-qubit readout error probabilities are entered as vectors: .. code-block:
qiskit_aer/noise/errors/readout_error.py:36
Method
__init__
Create a quantum error for a noise model. Noise ops may either be specified as a :obj:`~qiskit.quantum_info.operators.channe
qiskit_aer/noise/errors/quantum_error.py:45
Method
__init__
Initialize a quantum error circuit instruction. Args: quantum_error (BaseQuantumError): the error to add as an instruction.
qiskit_aer/noise/errors/base_quantum_error.py:105
Method
__init__
Initialize a Pauli-Lindblad dissipator model. Args: generators: A list of Pauli's corresponding to the Lindblad dissipator genera
qiskit_aer/noise/errors/pauli_lindblad_error.py:64
Method
__init__
Initialize a Pauli error channel. Args: paulis: A sequence of Pauli channel terms. probabilities: A sequence of the p
qiskit_aer/noise/errors/pauli_error.py:47
Method
__init__
Initializes the asynchronous job. Args: backend(AerBackend): the backend used to run the job. job_id(str): a unique i
qiskit_aer/jobs/aerjob.py:29
Method
__init__
Args: data (np.array or list or Statevector or AerStatevector or QuantumCircuit or qiskit.circuit.Instruction):
qiskit_aer/quantum_info/states/aer_statevector.py:36
Method
__init__
Args: data (np.array or list or Statevector or AerStatevector or DensityMatrix or AerDensityMatrix or QuantumCi
qiskit_aer/quantum_info/states/aer_densitymatrix.py:36
Method
__init__
State that handles cpp quantum state safely
qiskit_aer/quantum_info/states/aer_state.py:49
Method
__init__
Initialize a GateConfig object Args: name (str): the gate name as it will be referred to in OpenQASM. parameters (lis
qiskit_aer/backends/backendconfiguration.py:28
Method
__init__
Initialize a AerBackendConfiguration Object Args: backend_name (str): The backend name backend_version (str): The bac
qiskit_aer/backends/backendconfiguration.py:137
Method
__init__
Aer class for backends. This method should initialize the module and its configuration, and raise an exception if a component of the
qiskit_aer/backends/aerbackend.py:47
Method
__init__
(self, configuration=None, properties=None, provider=None, **backend_options)
qiskit_aer/backends/unitary_simulator.py:227
Method
__init__
Instantiate a new circuit dict field object. Args: kwargs: arbitrary keyword arguments that can be accessed as at
qiskit_aer/backends/backend_utils.py:532
Method
__init__
(self)
qiskit_aer/backends/aer_compiler.py:69
Method
__init__
(self, circuit)
qiskit_aer/backends/aer_compiler.py:837
Method
__init__
Initialize a new name-date-unit-value object Args: date (datetime.datetime): Date field name (str): Name field
qiskit_aer/backends/backendproperties.py:37
Method
__init__
Initialize a new :class:`GateProperties` object Args: qubits (list): A list of integers representing qubits gate (str
qiskit_aer/backends/backendproperties.py:100
Method
__init__
Initialize a BackendProperties instance. Args: backend_name (str): Backend name. backend_version (str): Backend versi
qiskit_aer/backends/backendproperties.py:172
Method
__init__
(self, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:83
Method
__init__
(self, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:113
Method
__init__
(self, theta, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:128
Method
__init__
(self, theta, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:143
Method
__init__
(self, theta, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:158
Method
__init__
(self, theta, phi, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:173
Method
__init__
(self, theta, lam, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:188
Method
__init__
(self, theta, lam, phi, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:203
Method
__init__
(self, theta, lam, phi, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:218
Method
__init__
(self, num_ctrl_qubits, ctrl_state=None)
qiskit_aer/backends/name_mapping.py:233
Method
__init__
(self, configuration=None, properties=None, provider=None, **backend_options)
qiskit_aer/backends/qasm_simulator.py:432
Method
__init__
( self, configuration=None, properties=None, provider=None, target=None, **backend_options )
qiskit_aer/backends/aer_simulator.py:712
Method
__init__
(self, configuration=None, properties=None, provider=None, **backend_options)
qiskit_aer/backends/statevector_simulator.py:241
Method
__init__
Args: options: The options to control the default precision (``default_precision``), the backend options (``backe
qiskit_aer/primitives/estimator_v2.py:61
Method
__init__
Args: default_shots: The default shots for the sampler if not specified during run. seed: The seed for random number
qiskit_aer/primitives/sampler_v2.py:73
Method
__init__
Args: backend_options: Options passed to AerSimulator. transpile_options: Options passed to transpile. ru
qiskit_aer/primitives/sampler.py:169
Method
__init__
(self)
qiskit_aer/primitives/sampler.py:328
Method
__init__
Args: backend_options: Options passed to AerSimulator. transpile_options: Options passed to transpile. ru
qiskit_aer/primitives/estimator.py:118
Method
__init__
( self, result_indices: list[int], paulis: list[PauliList], coeffs: list[list[
qiskit_aer/primitives/estimator.py:604
Method
__init__
(self)
qiskit_aer/primitives/estimator.py:711
Method
__init__
(self, *args, **kwargs)
test/terra/common.py:48
Method
__init__
(self, label=None)
test/terra/backends/aer_simulator/test_circuit.py:244
Method
__init__
( self, name="simulator_benchmark", apps={}, qubits=DEFAULT_QUBITS, ru
test/benchmark/simulator_benchmark.py:73
Method
__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/output_05q.py:41
Method
__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/noise_12q.py:69
Method
__init__
( self, apps={"integer_comparator": 10, "weighted_adder": 1, "quadratic_form": 10}, qu
test/benchmark/basic_25q.py:36
Method
__init__
( self, apps={"qft": 1}, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIME,
test/benchmark/basic_25q.py:57
Method
__init__
( self, apps={ "fourier_checking": 10, "graph_state": 10,
test/benchmark/basic_25q.py:106
Method
__init__
( self, apps={"integer_comparator": 10, "weighted_adder": 1, "quadratic_form": 10}, qu
test/benchmark/basic_15q.py:36
Method
__init__
( self, apps={"qft": 1}, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIME,
test/benchmark/basic_15q.py:57
Method
__init__
( self, apps={ "fourier_checking": 10, "graph_state": 10,
test/benchmark/basic_15q.py:106
Method
__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/noise_16q.py:69
Method
__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/noise_20q.py:69
Method
__init__
( self, apps={"integer_comparator": 10, "weighted_adder": 1, "quadratic_form": 10}, qu
test/benchmark/basic_05q.py:36
Method
__init__
( self, apps={"qft": 1}, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIME,
test/benchmark/basic_05q.py:57
Method
__init__
( self, apps={ "fourier_checking": 10, "graph_state": 10,
test/benchmark/basic_05q.py:106
Method
__init__
(self, name="uccsd_benchmark")
test/benchmark/vqe_application.py:29
Method
__init__
( self, name="noise", apps=[], qubits=[], runtime_names=[], me
test/benchmark/noise.py:21
Method
__init__
( self, name="output", apps=[], qubits=[], runtime_names=[], m
test/benchmark/output.py:21
Method
__init__
( self, name="basic", apps=[], qubits=[], runtime_names=[], me
test/benchmark/basic.py:21
Method
__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/output_15q.py:41
Method
__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/output_25q.py:41
Method
__iter__
(self)
qiskit_aer/backends/compatibility.py:82
Method
__iter__
(self)
qiskit_aer/backends/compatibility.py:115
Method
__iter__
(self)
qiskit_aer/backends/compatibility.py:161
← previous
next →
1,501–1,600 of 4,647, ranked by callers