CavityCavityInteraction

class boulderopal.superconducting.CavityCavityInteraction(cavity_names, cross_kerr_coefficient)

Class that stores all the physical system data for the interaction between two cavities.

Parameters

  • cavity_names (tuple [ str , str ]) – The two names identifying the cavities in the interaction.
  • cross_kerr_coefficient (real or np.ndarray or RealOptimizableSignal or RealOptimizableConstant) – The cross-Kerr coefficient between the two cavities, K12K_{12}

SEE ALSO

boulderopal.superconducting.Cavity : Class describing cavities in superconducting systems.

Notes

The Hamiltonian for the interaction is defined as

Hcavitycavity=K12a1a1a2a2. H_\mathrm{cavity-cavity} = K_{12} a_1^\dagger a_1 a_2^\dagger a_2 .

Was this useful?