MCPcopy Create free account

hub / github.com/Qiskit/qiskit-aer / functions

Functions4,647 in github.com/Qiskit/qiskit-aer

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
Functionadd
src/framework/linalg/linops/linops_json.hpp:60
Functionadd
src/framework/linalg/linops/linops_array.hpp:41
Functionadd
src/framework/linalg/linops/linops_generic.hpp:33
Functionadd
src/framework/linalg/linops/linops_unordered_map.hpp:34
Functionadd
src/framework/linalg/linops/linops_vector.hpp:34
Methodadd
src/framework/results/data/subtypes/single_data.hpp:52
Methodadd
src/framework/results/data/subtypes/average_data.hpp:62
Methodadd
src/framework/results/data/subtypes/accum_data.hpp:49
Methodadd
src/framework/results/data/subtypes/list_data.hpp:47
Methodadd
src/framework/results/data/subtypes/data_map.hpp:106
Methodadd_expval
(base, num_terms)
test/benchmark/simulator_benchmark.py:165
Methodadd_fusion_qubits
src/transpile/fusion.hpp:1138
Methodadd_global_phase
src/simulators/state.hpp:408
Methodadd_local_quantum_error
src/noise/noise_model.hpp:515
Methodadd_measure_all
(base)
test/benchmark/simulator_benchmark.py:160
Methodadd_metadata
src/simulators/matrix_product_state/matrix_product_state.hpp:365
Methodadd_nonlocal_quantum_error
src/noise/noise_model.hpp:535
Methodadd_op_metadata
src/framework/circuit.hpp:420
Methodadd_ops
src/transpile/cacheblocking.hpp:520
Methodadd_superop_tensor
src/simulators/tensor_network/tensor_net.hpp:607
Methodadd_tensor
src/simulators/tensor_network/tensor_net.hpp:580
Methodadd_to_json
src/framework/results/data/mixins/data_rdict.hpp:66
Methodadd_to_json
src/framework/results/data/mixins/data_rvalue.hpp:59
Methodadd_to_json
src/framework/results/data/mixins/data_creg.hpp:49
Methodadd_to_json
src/framework/results/data/mixins/data_json.hpp:56
Methodadd_to_json
src/framework/results/data/mixins/data_cdict.hpp:61
Methodadd_to_json
src/framework/results/data/mixins/data_rvector.hpp:59
Methodadd_to_json
src/framework/results/data/mixins/data_cmatrix.hpp:79
Methodadd_to_json
src/framework/results/data/mixins/data_mps.hpp:53
Methodadd_to_json
src/framework/results/data/mixins/data_cvector.hpp:61
Methodadd_to_json
src/framework/results/data/subtypes/data_map.hpp:170
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_json.hpp:45
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_creg.hpp:45
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_cvector.hpp:45
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_rdict.hpp:45
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_rvector.hpp:45
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_cdict.hpp:45
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_mps.hpp:63
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_rvalue.hpp:45
Methodadd_to_python
src/framework/results/data/mixins/pybind_data_cmatrix.hpp:45
Methodadd_to_python
src/framework/results/data/subtypes/pybind_data_map.hpp:53
Functionaer_apply_ccx
Toffoli
contrib/runtime/aer_runtime.cpp:222
Functionaer_apply_ch
controlled-H
contrib/runtime/aer_runtime.cpp:210
Functionaer_apply_cp
controlled-phase
contrib/runtime/aer_runtime.cpp:182
Functionaer_apply_crx
controlled-rx
contrib/runtime/aer_runtime.cpp:189
Functionaer_apply_cry
controlled-ry
contrib/runtime/aer_runtime.cpp:196
Functionaer_apply_crz
controlled-rz
contrib/runtime/aer_runtime.cpp:203
Functionaer_apply_cswap
// controlled-swap
contrib/runtime/aer_runtime.cpp:228
Functionaer_apply_cu
four parameter controlled-U gate with relative phase γ
contrib/runtime/aer_runtime.cpp:235
Functionaer_apply_cy
controlled-Y
contrib/runtime/aer_runtime.cpp:170
Functionaer_apply_cz
controlled-Z
contrib/runtime/aer_runtime.cpp:176
Functionaer_apply_measure
measure qubits
contrib/runtime/aer_runtime.cpp:52
Functionaer_apply_p
phase gate
contrib/runtime/aer_runtime.cpp:86
Functionaer_apply_rx
Rotation around X-axis
contrib/runtime/aer_runtime.cpp:146
Functionaer_apply_ry
rotation around Y-axis
contrib/runtime/aer_runtime.cpp:152
Functionaer_apply_rz
rotation around Z axis
contrib/runtime/aer_runtime.cpp:158
Functionaer_apply_s
Clifford gate: sqrt(Z) or S gate
contrib/runtime/aer_runtime.cpp:116
Functionaer_apply_sdg
Clifford gate: inverse of sqrt(Z)
contrib/runtime/aer_runtime.cpp:122
Functionaer_apply_swap
swap
contrib/runtime/aer_runtime.cpp:216
Functionaer_apply_sx
sqrt(NOT) gate
contrib/runtime/aer_runtime.cpp:140
Functionaer_apply_t
// sqrt(S) or T gate
contrib/runtime/aer_runtime.cpp:128
Functionaer_apply_tdg
inverse of sqrt(S)
contrib/runtime/aer_runtime.cpp:134
Functionaer_apply_u3
u3 gate
contrib/runtime/aer_runtime.cpp:79
Functionaer_apply_x
Pauli gate: bit-flip or NOT gate
contrib/runtime/aer_runtime.cpp:92
Functionaer_apply_y
Pauli gate: bit and phase flip
contrib/runtime/aer_runtime.cpp:98
Functionaer_apply_z
Pauli gate: phase flip
contrib/runtime/aer_runtime.cpp:104
Methodallocate
src/simulators/parallel_state_executor.hpp:263
Methodallocate
src/simulators/sample_vector.hpp:111
Methodallocate
src/simulators/superoperator/superoperator_state.hpp:340
Methodallocate
src/simulators/statevector/statevector_state.hpp:425
Methodallocate
src/simulators/unitary/unitary_state.hpp:386
Methodallocate
src/simulators/density_matrix/densitymatrix_state.hpp:339
Methodallocate_additional_tensors
src/simulators/tensor_network/tensor_net_contractor.hpp:69
Methodallocate_checkpoint
src/simulators/statevector/qubitvector.hpp:970
Methodallocate_chunks
src/simulators/statevector/chunk/chunk_container.hpp:808
Methodallocate_creg
classical register to store measured bits/used for bfunc operations
src/simulators/statevector/chunk/chunk_container.hpp:261
Methodallocate_mem
src/simulators/statevector/qubitvector.hpp:951
Methodallocate_new_operation
src/transpile/fusion.hpp:338
Methodallocate_sampling_buffers
src/simulators/tensor_network/tensor_net_contractor.hpp:92
Methodallocate_states
src/simulators/parallel_state_executor.hpp:305
Methodallocate_states
src/simulators/statevector/statevector_executor.hpp:84
Methodallocate_states
src/simulators/density_matrix/densitymatrix_executor.hpp:85
Methodallocate_work
src/simulators/tensor_network/tensor_net_contractor_cuTensorNet.hpp:272
Methodallowed_name
Check if the input name string is allowed
src/framework/linalg/matrix_utils/smatrix_defs.hpp:138
Methodallowed_name
Check if the input name string is allowed
src/framework/linalg/matrix_utils/matrix_defs.hpp:132
Methodallowed_name
Check if the input name string is allowed
src/framework/linalg/matrix_utils/vmatrix_defs.hpp:141
Methodamplitude
src/simulators/extended_stabilizer/ch_runner.hpp:640
Methodappend_param_values
(index, bind_pos, param)
qiskit_aer/backends/aerbackend.py:99
Methodapply_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
Methodapply_3_qubit_gate
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:682
Methodapply_X
src/simulators/statevector/chunk/chunk_container.hpp:951
Methodapply_X
src/simulators/statevector/chunk/cuStateVec_chunk_container.hpp:418
Methodapply_Y
src/simulators/statevector/chunk/chunk_container.hpp:957
← previousnext →1,701–1,800 of 4,647, ranked by callers