Function get_emulator_noise_model
Defined in File emulator.hpp
Function Documentation
-
std::shared_ptr<qristal::NoiseModel> get_emulator_noise_model(const std::string name)
Retrieve the emulator noise model object corresponding to name.
- Parameters:
name – Name of the noise model, e.g., ‘qb-nm1’ or ‘qb-nm2’, etc.
- Returns:
The corresponding noise model object.