mm.physics.gaussian.noise_Y

mrmustard.physics.gaussian.noise_Y(noise)[source]

Returns the X, Y matrices and the d vector for the additive noise channel (Y = noise * (\hbar / 2) * I)

Parameters:

noise (float) – number of photons in the thermal state

Returns:

the X, Y matrices and the d vector of the noise channel.

Return type:

Tuple[None, Matrix, None]