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
_run
(self, pubs: list[EstimatorPub])
qiskit_aer/primitives/estimator_v2.py:109
Method
_run
(self, pubs: list[SamplerPub])
qiskit_aer/primitives/sampler_v2.py:141
Method
_run
( self, circuits: Sequence[QuantumCircuit], parameter_values: Sequence[Sequence[float]
qiskit_aer/primitives/sampler.py:262
Method
_run
( self, circuits: Sequence[QuantumCircuit], observables: Sequence[BaseOperator],
qiskit_aer/primitives/estimator.py:223
Method
_test_qasm_explicit_parallelization
test disabling parallel shots because max_parallel_shots is 1
test/terra/backends/aer_simulator/test_thread_management.py:609
Method
_thermal_relaxation_error
Return thermal relaxation error on each operand qubit
qiskit_aer/noise/passes/relaxation_noise_pass.py:64
Function
_wrapper
(self, *args, **kwargs)
qiskit_aer/jobs/utils.py:35
Function
add
src/framework/linalg/linops/linops_json.hpp:60
Function
add
src/framework/linalg/linops/linops_array.hpp:41
Function
add
src/framework/linalg/linops/linops_generic.hpp:33
Function
add
src/framework/linalg/linops/linops_unordered_map.hpp:34
Function
add
src/framework/linalg/linops/linops_vector.hpp:34
Method
add
src/framework/results/data/subtypes/single_data.hpp:52
Method
add
src/framework/results/data/subtypes/average_data.hpp:62
Method
add
src/framework/results/data/subtypes/accum_data.hpp:49
Method
add
src/framework/results/data/subtypes/list_data.hpp:47
Method
add
src/framework/results/data/subtypes/data_map.hpp:106
Method
add_expval
(base, num_terms)
test/benchmark/simulator_benchmark.py:165
Method
add_fusion_qubits
src/transpile/fusion.hpp:1138
Method
add_global_phase
src/simulators/state.hpp:408
Method
add_local_quantum_error
src/noise/noise_model.hpp:515
Method
add_measure_all
(base)
test/benchmark/simulator_benchmark.py:160
Method
add_metadata
src/simulators/matrix_product_state/matrix_product_state.hpp:365
Method
add_nonlocal_quantum_error
src/noise/noise_model.hpp:535
Method
add_op_metadata
src/framework/circuit.hpp:420
Method
add_ops
src/transpile/cacheblocking.hpp:520
Method
add_superop_tensor
src/simulators/tensor_network/tensor_net.hpp:607
Method
add_tensor
src/simulators/tensor_network/tensor_net.hpp:580
Method
add_to_json
src/framework/results/data/mixins/data_rdict.hpp:66
Method
add_to_json
src/framework/results/data/mixins/data_rvalue.hpp:59
Method
add_to_json
src/framework/results/data/mixins/data_creg.hpp:49
Method
add_to_json
src/framework/results/data/mixins/data_json.hpp:56
Method
add_to_json
src/framework/results/data/mixins/data_cdict.hpp:61
Method
add_to_json
src/framework/results/data/mixins/data_rvector.hpp:59
Method
add_to_json
src/framework/results/data/mixins/data_cmatrix.hpp:79
Method
add_to_json
src/framework/results/data/mixins/data_mps.hpp:53
Method
add_to_json
src/framework/results/data/mixins/data_cvector.hpp:61
Method
add_to_json
src/framework/results/data/subtypes/data_map.hpp:170
Method
add_to_python
src/framework/results/data/mixins/pybind_data_json.hpp:45
Method
add_to_python
src/framework/results/data/mixins/pybind_data_creg.hpp:45
Method
add_to_python
src/framework/results/data/mixins/pybind_data_cvector.hpp:45
Method
add_to_python
src/framework/results/data/mixins/pybind_data_rdict.hpp:45
Method
add_to_python
src/framework/results/data/mixins/pybind_data_rvector.hpp:45
Method
add_to_python
src/framework/results/data/mixins/pybind_data_cdict.hpp:45
Method
add_to_python
src/framework/results/data/mixins/pybind_data_mps.hpp:63
Method
add_to_python
src/framework/results/data/mixins/pybind_data_rvalue.hpp:45
Method
add_to_python
src/framework/results/data/mixins/pybind_data_cmatrix.hpp:45
Method
add_to_python
src/framework/results/data/subtypes/pybind_data_map.hpp:53
Function
aer_apply_ccx
Toffoli
contrib/runtime/aer_runtime.cpp:222
Function
aer_apply_ch
controlled-H
contrib/runtime/aer_runtime.cpp:210
Function
aer_apply_cp
controlled-phase
contrib/runtime/aer_runtime.cpp:182
Function
aer_apply_crx
controlled-rx
contrib/runtime/aer_runtime.cpp:189
Function
aer_apply_cry
controlled-ry
contrib/runtime/aer_runtime.cpp:196
Function
aer_apply_crz
controlled-rz
contrib/runtime/aer_runtime.cpp:203
Function
aer_apply_cswap
// controlled-swap
contrib/runtime/aer_runtime.cpp:228
Function
aer_apply_cu
four parameter controlled-U gate with relative phase γ
contrib/runtime/aer_runtime.cpp:235
Function
aer_apply_cy
controlled-Y
contrib/runtime/aer_runtime.cpp:170
Function
aer_apply_cz
controlled-Z
contrib/runtime/aer_runtime.cpp:176
Function
aer_apply_measure
measure qubits
contrib/runtime/aer_runtime.cpp:52
Function
aer_apply_p
phase gate
contrib/runtime/aer_runtime.cpp:86
Function
aer_apply_rx
Rotation around X-axis
contrib/runtime/aer_runtime.cpp:146
Function
aer_apply_ry
rotation around Y-axis
contrib/runtime/aer_runtime.cpp:152
Function
aer_apply_rz
rotation around Z axis
contrib/runtime/aer_runtime.cpp:158
Function
aer_apply_s
Clifford gate: sqrt(Z) or S gate
contrib/runtime/aer_runtime.cpp:116
Function
aer_apply_sdg
Clifford gate: inverse of sqrt(Z)
contrib/runtime/aer_runtime.cpp:122
Function
aer_apply_swap
swap
contrib/runtime/aer_runtime.cpp:216
Function
aer_apply_sx
sqrt(NOT) gate
contrib/runtime/aer_runtime.cpp:140
Function
aer_apply_t
// sqrt(S) or T gate
contrib/runtime/aer_runtime.cpp:128
Function
aer_apply_tdg
inverse of sqrt(S)
contrib/runtime/aer_runtime.cpp:134
Function
aer_apply_u3
u3 gate
contrib/runtime/aer_runtime.cpp:79
Function
aer_apply_x
Pauli gate: bit-flip or NOT gate
contrib/runtime/aer_runtime.cpp:92
Function
aer_apply_y
Pauli gate: bit and phase flip
contrib/runtime/aer_runtime.cpp:98
Function
aer_apply_z
Pauli gate: phase flip
contrib/runtime/aer_runtime.cpp:104
Method
allocate
src/simulators/parallel_state_executor.hpp:263
Method
allocate
src/simulators/sample_vector.hpp:111
Method
allocate
src/simulators/superoperator/superoperator_state.hpp:340
Method
allocate
src/simulators/statevector/statevector_state.hpp:425
Method
allocate
src/simulators/unitary/unitary_state.hpp:386
Method
allocate
src/simulators/density_matrix/densitymatrix_state.hpp:339
Method
allocate_additional_tensors
src/simulators/tensor_network/tensor_net_contractor.hpp:69
Method
allocate_checkpoint
src/simulators/statevector/qubitvector.hpp:970
Method
allocate_chunks
src/simulators/statevector/chunk/chunk_container.hpp:808
Method
allocate_creg
classical register to store measured bits/used for bfunc operations
src/simulators/statevector/chunk/chunk_container.hpp:261
Method
allocate_mem
src/simulators/statevector/qubitvector.hpp:951
Method
allocate_new_operation
src/transpile/fusion.hpp:338
Method
allocate_sampling_buffers
src/simulators/tensor_network/tensor_net_contractor.hpp:92
Method
allocate_states
src/simulators/parallel_state_executor.hpp:305
Method
allocate_states
src/simulators/statevector/statevector_executor.hpp:84
Method
allocate_states
src/simulators/density_matrix/densitymatrix_executor.hpp:85
Method
allocate_work
src/simulators/tensor_network/tensor_net_contractor_cuTensorNet.hpp:272
Method
allowed_name
Check if the input name string is allowed
src/framework/linalg/matrix_utils/smatrix_defs.hpp:138
Method
allowed_name
Check if the input name string is allowed
src/framework/linalg/matrix_utils/matrix_defs.hpp:132
Method
allowed_name
Check if the input name string is allowed
src/framework/linalg/matrix_utils/vmatrix_defs.hpp:141
Method
amplitude
src/simulators/extended_stabilizer/ch_runner.hpp:640
Method
append_param_values
(index, bind_pos, param)
qiskit_aer/backends/aerbackend.py:99
Method
apply_2_qubit_gate
------------------------------------------------------------------------- MPS::apply_2_qubit_gate - outline of the algorithm 1. Swap qubits A and B un
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:587
Method
apply_3_qubit_gate
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:682
Method
apply_X
src/simulators/statevector/chunk/chunk_container.hpp:951
Method
apply_X
src/simulators/statevector/chunk/cuStateVec_chunk_container.hpp:418
Method
apply_Y
src/simulators/statevector/chunk/chunk_container.hpp:957
← previous
next →
1,701–1,800 of 4,647, ranked by callers