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
↓ 1 callers
Function
choi2kraus
src/framework/noise_utils.hpp:98
↓ 1 callers
Method
chunk_pointer
src/simulators/statevector/chunk/chunk_container.hpp:227
↓ 1 callers
Method
clear
src/framework/linalg/vector.hpp:303
↓ 1 callers
Method
clear
src/controllers/state_controller.hpp:868
↓ 1 callers
Method
clear_branch
src/simulators/shot_branching.hpp:91
↓ 1 callers
Function
clear_call_status
Decorator, whose return clears the call status of the method ``name``. This prepares the call tracking for the child class's method call.
test/terra/decorators.py:145
↓ 1 callers
Function
coherent_unitary_error
Return a coherent unitary quantum error channel. Args: unitary (matrix like): unitary error matrix. Returns: QuantumErr
qiskit_aer/noise/errors/standard_errors.py:110
↓ 1 callers
Function
compare_counts
Compare counts dictionary to targets.
tools/verify_standalone_results.py:94
↓ 1 callers
Function
compare_statevector
Compare final statevectors to targets.
tools/verify_wheels.py:334
↓ 1 callers
Function
compare_unitary
Compare final unitary matrices to targets.
tools/verify_wheels.py:349
↓ 1 callers
Method
compile
compile a circuit that have control-flow instructions. Args: circuits (QuantumCircuit or list): The QuantumCircuits to be compile
qiskit_aer/backends/aer_compiler.py:72
↓ 1 callers
Function
compile_circuit
compile a circuit that have control-flow instructions
qiskit_aer/backends/aer_compiler.py:542
↓ 1 callers
Method
compute_kraus
src/noise/quantum_error.hpp:422
↓ 1 callers
Method
compute_superoperator
src/noise/quantum_error.hpp:414
↓ 1 callers
Method
configure
src/controllers/state_controller.hpp:466
↓ 1 callers
Method
contract_and_sample_measure
src/simulators/tensor_network/tensor_net_contractor_cuTensorNet.hpp:1130
↓ 1 callers
Method
copy_additional_tensors
src/simulators/tensor_network/tensor_net_contractor_cuTensorNet.hpp:307
↓ 1 callers
Method
copy_optimization_from_device
src/simulators/tensor_network/tensor_net_contractor_cuTensorNet.hpp:416
↓ 1 callers
Method
copy_tensors
src/simulators/tensor_network/tensor_net_contractor_cuTensorNet.hpp:281
↓ 1 callers
Method
copy_tensors_from_device
src/simulators/tensor_network/tensor_net_contractor_cuTensorNet.hpp:354
↓ 1 callers
Method
copy_to_matrix
src/simulators/unitary/unitarymatrix_thrust.hpp:207
↓ 1 callers
Method
copy_to_matrix
src/simulators/unitary/unitarymatrix.hpp:218
↓ 1 callers
Method
copy_to_mps_container
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:1904
↓ 1 callers
Method
copy_to_vector
src/simulators/statevector/statevector_executor.hpp:501
↓ 1 callers
Method
copy_to_vector
src/simulators/tensor_network/tensor_net.hpp:442
↓ 1 callers
Function
cpuidex
src/framework/avx2_detect.hpp:40
↓ 1 callers
Function
cu3_gate_statevector_deterministic
()
test/terra/reference/ref_non_clifford.py:1683
↓ 1 callers
Function
cu3_gate_unitary_deterministic
()
test/terra/reference/ref_non_clifford.py:1650
↓ 1 callers
Function
cx_gate_counts_deterministic
CX-gate circuits reference counts.
test/terra/reference/ref_2q_clifford.py:123
↓ 1 callers
Function
cx_gate_counts_nondeterministic
CX-gate circuits reference counts.
test/terra/reference/ref_2q_clifford.py:253
↓ 1 callers
Function
cx_gate_statevector_deterministic
CX-gate test circuits with deterministic counts.
tools/verify_wheels.py:290
↓ 1 callers
Function
cx_gate_unitary_deterministic
CX-gate circuits reference unitaries.
tools/verify_wheels.py:312
↓ 1 callers
Method
denormalize
src/framework/results/data/subtypes/average_data.hpp:99
↓ 1 callers
Method
density_matrix
src/simulators/statevector/statevector_executor.hpp:848
↓ 1 callers
Method
density_matrix
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:999
↓ 1 callers
Function
determine_github_branch
Determine the GitHub branch name to use for source code links. We need to decide whether to use `stable/<version>` vs. `main` for dev builds.
docs/conf.py:159
↓ 1 callers
Method
diagonal
src/framework/circuit.hpp:147
↓ 1 callers
Method
diagonal_of_density_matrix
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:1039
↓ 1 callers
Function
dicts_almost_equal
Test if two dictionaries with numeric values are almost equal. Fail if the two dictionaries are unequal as determined by comparing that the d
test/terra/common.py:122
↓ 1 callers
Method
dump
src/framework/json_parser.hpp:74
↓ 1 callers
Function
eigensystem_hermitian
src/framework/linalg/eigensystem.hpp:63
↓ 1 callers
Method
empty
src/simulators/extended_stabilizer/ch_runner.hpp:86
↓ 1 callers
Function
enforce_call_occurred
Decorator, whose return checks that the top-level method call occurred, and raises ``ValueError`` if not. Concretely, this is an assertion th
test/terra/decorators.py:154
↓ 1 callers
Method
estimate
src/simulators/matrix_product_state/matrix_product_state_size_estimator.hpp:68
↓ 1 callers
Method
execute
src/controllers/aer_controller.hpp:458
↓ 1 callers
Method
expand
Return the tensor product readout error self ⊗ other. Args: other (ReadoutError): a readout error. Returns:
qiskit_aer/noise/errors/readout_error.py:239
↓ 1 callers
Method
expand
(self, other)
qiskit_aer/noise/errors/quantum_error.py:450
↓ 1 callers
Method
expectation_value_pauli
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:1125
↓ 1 callers
Method
expval_matrix
get norm of matrix multiplication
src/simulators/statevector/chunk/chunk.hpp:439
↓ 1 callers
Method
expval_pauli
src/simulators/stabilizer/clifford.hpp:592
↓ 1 callers
Method
expval_pauli_non_diagonal_chunk
src/simulators/density_matrix/densitymatrix.hpp:499
↓ 1 callers
Method
fetch_chunk
src/simulators/statevector/qubitvector_thrust.hpp:1073
↓ 1 callers
Function
final_measurement_mapping
Return the final measurement mapping for the circuit. Dict keys label measured qubits, whereas the values indicate the classical bit onto whi
qiskit_aer/primitives/sampler.py:52
↓ 1 callers
Function
format_save_type
Format raw simulator result data based on save type.
qiskit_aer/backends/backend_utils.py:486
↓ 1 callers
Method
from_dict
Create a new GateConfig object from a dictionary. Args: data (dict): A dictionary representing the GateConfig to create.
qiskit_aer/backends/backendconfiguration.py:74
↓ 1 callers
Method
from_dict
Create a new header object from a dictionary. Args: data (dict): A dictionary representing the header to create. It
qiskit_aer/backends/backend_utils.py:550
↓ 1 callers
Method
full_statevector
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:1314
↓ 1 callers
Method
gate_circuits
Construct circuits from a gate class. Example of basis_states: ['010, '100']. When basis_states is None, tests all basis stat
test/terra/common.py:248
↓ 1 callers
Function
gate_param_values
Return parameter error values from a devices BackendProperties. Args: properties (BackendProperties): device backend properties
qiskit_aer/noise/device/parameters.py:26
↓ 1 callers
Method
gen_qobj
(self, runtime, app, measure, measure_count, qubit)
test/benchmark/simulator_benchmark.py:159
↓ 1 callers
Function
generate_aer_config
generates a configuration to run simulation. Args: circuits: circuit(s) to be converted backend_options: backend options
qiskit_aer/backends/aer_compiler.py:641
↓ 1 callers
Method
generate_operation
Aggregate a subcircuit of operations into a single operation
src/transpile/fusion.hpp:37
↓ 1 callers
Method
get_amplitude_vector
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:1342
↓ 1 callers
Method
get_observable_key
return key of observables
qiskit_aer/primitives/estimator.py:746
↓ 1 callers
Method
get_size
function name: get_size Description: get size of the matrices of the tensor. Parameters: none. Returns: reg_t of size 2, for rows and columns.
src/simulators/matrix_product_state/matrix_product_state_tensor.hpp:236
↓ 1 callers
Function
get_version_info
Get the full version string.
qiskit_aer/version.py:64
↓ 1 callers
Function
get_wider_type
src/framework/operations.hpp:82
↓ 1 callers
Function
git_version
Get the current git head sha1.
qiskit_aer/version.py:48
↓ 1 callers
Function
grovers_circuit
Testing a circuit originated in the Grover algorithm
tools/verify_wheels.py:59
↓ 1 callers
Method
has_nonlocal_quantum_errors
Return True if noise model contains nonlocal quantum errors
src/noise/noise_model.hpp:102
↓ 1 callers
Function
init_circuit
Initialize state by converting the input to a quantum circuit. Args: state: The state as quantum circuit or statevector. Returns:
qiskit_aer/primitives/sampler.py:34
↓ 1 callers
Function
init_observable
Initialize observable by converting the input to a :class:`~qiskit.quantum_info.SparsePauliOp`. Args: observable: The observable. Re
qiskit_aer/primitives/estimator.py:47
↓ 1 callers
Method
initialize
src/simulators/superoperator/superoperator.hpp:110
↓ 1 callers
Method
initialize
src/simulators/extended_stabilizer/ch_runner.hpp:165
↓ 1 callers
Function
initialize_call_memory
Add the extra attribute used for tracking the method calls.
test/terra/decorators.py:133
↓ 1 callers
Method
initialize_decomposition
src/simulators/extended_stabilizer/ch_runner.hpp:175
↓ 1 callers
Method
initialize_from_data
src/simulators/statevector/qubitvector.hpp:1153
↓ 1 callers
Method
initialize_from_matrix
src/simulators/superoperator/superoperator.hpp:117
↓ 1 callers
Method
initialize_from_mps
src/simulators/matrix_product_state/matrix_product_state_internal.cpp:1932
↓ 1 callers
Method
initialize_from_vector
src/simulators/tensor_network/tensor_net_state.hpp:948
↓ 1 callers
Method
initialize_omp
src/simulators/extended_stabilizer/ch_runner.hpp:194
↓ 1 callers
Function
input_to_op_barrier
src/framework/operations.hpp:1652
↓ 1 callers
Function
input_to_op_bfunc
src/framework/operations.hpp:1753
↓ 1 callers
Function
input_to_op_diagonal
src/framework/operations.hpp:1852
↓ 1 callers
Function
input_to_op_gate
src/framework/operations.hpp:1613
↓ 1 callers
Function
input_to_op_initialize
src/framework/operations.hpp:1706
↓ 1 callers
Function
input_to_op_jump
src/framework/operations.hpp:2082
↓ 1 callers
Function
input_to_op_kraus
src/framework/operations.hpp:1914
↓ 1 callers
Function
input_to_op_mark
src/framework/operations.hpp:2099
↓ 1 callers
Function
input_to_op_measure
src/framework/operations.hpp:1663
↓ 1 callers
Function
input_to_op_multiplexer
src/framework/operations.hpp:1899
↓ 1 callers
Function
input_to_op_noise_switch
src/framework/operations.hpp:1930
↓ 1 callers
Function
input_to_op_pauli
src/framework/operations.hpp:1723
↓ 1 callers
Function
input_to_op_qerror_loc
src/framework/operations.hpp:1642
↓ 1 callers
Function
input_to_op_reset
src/framework/operations.hpp:1690
↓ 1 callers
Function
input_to_op_roerror
src/framework/operations.hpp:1809
↓ 1 callers
Function
input_to_op_set_clifford
src/framework/operations.hpp:1971
↓ 1 callers
Function
input_to_op_set_mps
src/framework/operations.hpp:1984
↓ 1 callers
Function
input_to_op_set_vector
src/framework/operations.hpp:1944
↓ 1 callers
Function
input_to_op_superop
src/framework/operations.hpp:1881
← previous
next →
1,001–1,100 of 4,647, ranked by callers