MCPcopy Create free account

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

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

↓ 2 callersMethodmove_to_matrix
src/simulators/unitary/unitary_state.hpp:401
↓ 2 callersFunctionmul_matrix_by_lambda
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:303
↓ 2 callersMethodmulti_chunk_distribution_supported
Does this state support multi-chunk distribution?
src/simulators/state.hpp:231
↓ 2 callersMethodname
src/transpile/fusion.hpp:247
↓ 2 callersMethodne_single_sample
src/simulators/extended_stabilizer/ch_runner.hpp:456
↓ 2 callersMethodnorm_estimation
src/simulators/extended_stabilizer/ch_runner.hpp:404
↓ 2 callersMethodnum_places
src/simulators/statevector/chunk/chunk_manager.hpp:81
↓ 2 callersMethodpeer_access
src/simulators/statevector/chunk/chunk_container.hpp:159
↓ 2 callersMethodpower
Return the compose of the readout error with itself n times. Args: n (int): the number of times to compose with self (n>0).
qiskit_aer/noise/errors/readout_error.py:206
↓ 2 callersMethodprobabilities
Return the Pauli channel probabilities
qiskit_aer/noise/errors/pauli_error.py:93
↓ 2 callersMethodprobability
src/controllers/state_controller.hpp:1372
↓ 2 callersMethodprobability
src/simulators/tensor_network/tensor_net.hpp:1079
↓ 2 callersMethodproperties
Return the simulator backend properties if set. Returns: BackendProperties: The backend properties or ``None`` if the
qiskit_aer/backends/aerbackend.py:218
↓ 2 callersMethodrand_vec
Return complex vector or statevector
test/terra/states/test_aer_densitymatrix.py:287
↓ 2 callersFunctionreduce_zeros
src/simulators/matrix_product_state/svd.cpp:92
↓ 2 callersMethodreduced_density_matrix
src/simulators/tensor_network/tensor_net.hpp:463
↓ 2 callersMethodrenew
Renew AerState for reuse
qiskit_aer/quantum_info/states/aer_state.py:63
↓ 2 callersFunctionreorder_qubits
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:188
↓ 2 callersFunctionreshape_U_after_SVD
src/simulators/matrix_product_state/svd.cpp:58
↓ 2 callersFunctionreshape_VH_after_SVD
src/simulators/matrix_product_state/svd.cpp:68
↓ 2 callersFunctionreshape_V_after_SVD
src/simulators/matrix_product_state/svd.cpp:63
↓ 2 callersFunctionreshuffle
src/framework/noise_utils.hpp:127
↓ 2 callersMethodresize
src/framework/linalg/vector.hpp:315
↓ 2 callersMethodrun
Run circuits on the backend. Args: circuits (QuantumCircuit or list): The QuantumCircuit (or list of QuantumCircu
qiskit_aer/backends/aerbackend.py:146
↓ 2 callersFunctionrun_random_circuits
Test random circuits on different executor fictures
test/terra/backends/aer_simulator/test_executors.py:36
↓ 2 callersMethodrun_with_cache
src/simulators/statevector/chunk/thrust_kernels.hpp:122
↓ 2 callersMethodrun_with_cache_sum
src/simulators/statevector/chunk/thrust_kernels.hpp:127
↓ 2 callersMethodsave_amplitudes
src/framework/circuit.hpp:197
↓ 2 callersFunctionsave_expval_final_statevecs
SaveExpectationValue test circuits pre meas statevecs
test/terra/reference/ref_save_expval.py:212
↓ 2 callersMethodseed
Set the seed for the quantum state RNG.
qiskit_aer/quantum_info/states/aer_statevector.py:93
↓ 2 callersMethodset_config
src/simulators/batch_shots_executor.hpp:114
↓ 2 callersMethodset_index_offset
src/simulators/statevector/chunk/thrust_kernels.hpp:96
↓ 2 callersMethodset_iterator
src/simulators/shot_branching.hpp:81
↓ 2 callersMethodset_matrix_product_state
src/framework/circuit.hpp:247
↓ 2 callersMethodset_max_qubits
Set maximun number of qubits to be used for this backend.
qiskit_aer/backends/aerbackend.py:431
↓ 2 callersMethodset_max_sampling_shots
set max sampling shots
src/simulators/state.hpp:225
↓ 2 callersMethodset_max_sampling_shots
src/simulators/statevector/qubitvector_thrust.hpp:948
↓ 2 callersMethodset_num_creg_bits
src/simulators/statevector/chunk/chunk_manager.hpp:88
↓ 2 callersMethodset_num_processes
src/transpile/cacheblocking.hpp:68
↓ 2 callersMethodset_num_qubits
src/simulators/statevector/qubitvector.hpp:922
↓ 2 callersMethodset_num_threads_per_group
set number of threads per group(GPU)
src/simulators/statevector/qubitvector.hpp:445
↓ 2 callersMethodset_parallelization
src/simulators/batch_shots_executor.hpp:132
↓ 2 callersMethodset_parallelization
src/simulators/multi_state_executor.hpp:199
↓ 2 callersMethodset_place
src/simulators/statevector/chunk/chunk.hpp:94
↓ 2 callersMethodset_seed
initialize seed with a specified value
qiskit_aer/quantum_info/states/aer_state.py:206
↓ 2 callersMethodset_statevector
src/framework/circuit.hpp:225
↓ 2 callersMethodset_superop
src/framework/circuit.hpp:242
↓ 2 callersMethodset_unitary
src/framework/circuit.hpp:237
↓ 2 callersFunctionstacked_matrix
src/framework/utils.hpp:372
↓ 2 callersMethodstate_vec_as_MPS
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:1287
↓ 2 callersFunctionsuperop2choi
src/framework/noise_utils.hpp:82
↓ 2 callersFunctionsuperop2kraus
src/framework/noise_utils.hpp:87
↓ 2 callersMethodt2
Return the T2 time of the given qubit. Args: qubit: Qubit for which to return the T2 time of. Returns:
qiskit_aer/backends/backendproperties.py:423
↓ 2 callersFunctiontarget_to_backend_properties
Convert a :class:`qiskit.transpiler.Target` into a legacy :class:`~.AerBackendProperties`
qiskit_aer/backends/backendproperties.py:507
↓ 2 callersMethodtensor
Return the tensor product readout error self ⊗ other. Args: other (ReadoutError): a readout error. Returns:
qiskit_aer/noise/errors/readout_error.py:225
↓ 2 callersMethodtensor
(self, other: PauliLindbladError)
qiskit_aer/noise/errors/pauli_lindblad_error.py:145
↓ 2 callersMethodtensor
Return the tensor product state self ⊗ other. Args: other (AerDensityMatrix): a quantum state object. Returns:
qiskit_aer/quantum_info/states/aer_densitymatrix.py:136
↓ 2 callersMethodthread_to_index
src/simulators/statevector/chunk/thrust_kernels.hpp:119
↓ 2 callersMethodto_dict
Return the current error as a dictionary.
qiskit_aer/noise/errors/readout_error.py:160
↓ 2 callersMethodto_dict
Return the current error as a dictionary.
qiskit_aer/noise/errors/pauli_error.py:218
↓ 2 callersMethodto_quantumchannel
Convert the QuantumError to a SuperOp quantum channel. Required to enable SuperOp(QuantumError).
qiskit_aer/noise/errors/quantum_error.py:274
↓ 2 callersFunctiontranspose
src/framework/utils.hpp:333
↓ 2 callersMethodtranspose
src/simulators/density_matrix/densitymatrix.hpp:244
↓ 2 callersMethodvector_ket
src/simulators/statevector/qubitvector.hpp:856
↓ 2 callersMethodvector_ket
src/simulators/tensor_network/tensor_net.hpp:455
↓ 1 callersMethodAcceptFlip
returns the amplitude <x'|phi> where x'=bitflip(x,q) x = current Metropolis state
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:82
↓ 1 callersMethodAllocate
src/simulators/statevector/chunk/chunk_manager.hpp:166
↓ 1 callersMethodDeallocate
src/simulators/statevector/chunk/host_chunk_container.hpp:146
↓ 1 callersMethodExecuteSum
src/simulators/statevector/chunk/chunk.hpp:203
↓ 1 callersMethodExecuteSum2
src/simulators/statevector/chunk/chunk.hpp:212
↓ 1 callersMethodExponentialSum
Computes exponential sums Z=sum_x exp(j*(pi/4)*q(x)) where q(x) is a quadratic form and x runs over n-bit strings Usage: run "mex ExponentialSum.c" i
src/simulators/extended_stabilizer/chlib/core.hpp:283
↓ 1 callersMethodFMatrix
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:45
↓ 1 callersMethodGMatrix
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:44
↓ 1 callersMethodGamma1
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:42
↓ 1 callersMethodGamma2
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:43
↓ 1 callersMethodMMatrix
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:46
↓ 1 callersMethodMeasurePauliProjector
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:748
↓ 1 callersFunctionParallelNormEstimate
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:906
↓ 1 callersMethodSample
src/simulators/extended_stabilizer/gates.hpp:115
↓ 1 callersMethodSet
src/simulators/statevector/chunk/chunk.hpp:119
↓ 1 callersMethodUnmapBuffer
src/simulators/statevector/chunk/chunk_container.hpp:392
↓ 1 callersMethodY
src/simulators/extended_stabilizer/chlib/chstabilizer.hpp:284
↓ 1 callersMethod__init__
Create new instruction to save the simulator statevector. Args: num_qubits (int): the number of qubits label (str): t
qiskit_aer/library/save_instructions/save_statevector.py:24
↓ 1 callersMethod__init__
Instruction to save measurement probabilities vector. Args: num_qubits (int): the number of qubits for the snapshot type.
qiskit_aer/library/save_instructions/save_probabilities.py:24
↓ 1 callersMethod__init__
r"""Instruction to save the expectation value of a Hermitian operator. The expectation value of a Hermitian operator :math:`H` for a simulato
qiskit_aer/library/save_instructions/save_expectation_value.py:25
↓ 1 callersMethod__init__
Instruction to save complex statevector amplitudes. Args: num_qubits (int): the number of qubits for the snapshot type.
qiskit_aer/library/save_instructions/save_amplitudes.py:24
↓ 1 callersMethod__init__
Base class for a quantum error supported by Aer.
qiskit_aer/noise/errors/base_quantum_error.py:27
↓ 1 callersMethod__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/output_05q.py:63
↓ 1 callersMethod__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/noise_12q.py:47
↓ 1 callersMethod__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/noise_16q.py:47
↓ 1 callersMethod__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/noise_20q.py:47
↓ 1 callersMethod__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/output_15q.py:63
↓ 1 callersMethod__init__
( self, apps=DEFAULT_APPS, qubits=DEFAULT_QUBITS, runtime_names=DEFAULT_RUNTIM
test/benchmark/output_25q.py:63
↓ 1 callersMethod_all_qubit_quantum_errors_equal
Check two noise models have equal local quantum errors
qiskit_aer/noise/noise_model.py:1127
↓ 1 callersFunction_assemble_binary_operator
(op)
qiskit_aer/backends/aer_compiler.py:827
↓ 1 callersMethod_assemble_noise_model
Move quantum error instructions from circuits to noise model
qiskit_aer/backends/aerbackend.py:537
↓ 1 callersFunction_assemble_op
( circ, aer_circ, inst, qubit_indices, clbit_indices, is_conditional, conditional_
qiskit_aer/backends/aer_compiler.py:875
↓ 1 callersFunction_assemble_unary_operator
(op)
qiskit_aer/backends/aer_compiler.py:803
↓ 1 callersMethod_assert_closed
(self)
qiskit_aer/quantum_info/states/aer_state.py:97
↓ 1 callersMethod_assert_mapped_or_moved
(self)
qiskit_aer/quantum_info/states/aer_state.py:89
← previousnext →701–800 of 4,647, ranked by callers