random_noise_params

qdflow.physics.noise.random_noise_params(randomization_params, noise_scale_factor=1.0)

Generates a random set of noise parameters.

Parameters:
  • randomization_params (NoiseRandomization) – Meta-parameters which indicate how the NoiseParameters should be randomized.

  • noise_scale_factor (float) – A float which can be adjusted to scale the overall amount of noise (default 1).

Returns:

The randomized set of noise parameters.

Return type:

NoiseParameters