SqueezedState#

class SqueezedState(port: str, r: float, phi: float, alpha: complex = 0)[source]#

Bases: simphony.quantum.QuantumState

Represents a squeezed state in a quantum model as a covariance matrix.

Parameters
  • port (float) – The port to which the squeezed state is connected.

  • r (str) – The squeezing parameter of the squeezed state.

  • phi (float) – The squeezing phase of the squeezed state.

  • alpha (complex, optional) – The complex displacement of the squeezed state. Default is 0.