Noise

class Noise(*, values, name=None)

A set of noise amplitudes \(\{ \beta_{\mu,i} \}\) associated to a Hamiltonian term. For each sampled point of the simulation trajectory, the function uses a fixed value of \(\beta_\mu \in \{ \beta_{\mu,i} \}\) to generate the evolution between 0 and \(\tau\).

Variables:
  • values (List[float]) – Values of the noise amplitude \(\{\beta_{\mu,i}\}\) for which you want infidelities calculated.

  • name (str, optional) – The name used to identify this noise in the output. If you don’t provide it, the function generates one.