QQuantLib.qpu
The qpu package comprises different modules for selecting different EVIDEN Quantum Process Units (QPUs) that can be used for simulating (or executing in the quantum device in the future) the different quantum circuits generated by the functions of the QQuantLib library.
get_qpu: This module holds the get_qpu function that allows to the user select the desired QPU for simulating the quantum circuits
select_qpu: This module implements the select_qpu function that allows to the user select a pure ideal QPU or configure a noisy one using an input Python dictionary.
model_noise: This module implements several functions for configuring a noisy hardware model and its corresponding noisy QPU (this module should be used when the user is locally in a QLM).
noise_test_bank_functions: This module implements several auxiliary functions used in the demo notebook: QQuantLib/qpu/NoisyModels.ipynb