TransmonCavityInteraction

class boulderopal.superconducting.TransmonCavityInteraction(dispersive_shift=None, rabi_coupling=None, transmon_name='transmon', cavity_name='cavity')

Class that stores all the physical system data for the interaction between a transmon and a cavity.

Parameters

SEE ALSO

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

boulderopal.superconducting.Transmon : Class describing transmons in superconducting systems.

Notes

The Hamiltonian for the interaction is defined as

Htransmoncavity=χaabb, H_\mathrm{transmon-cavity} = \chi a^\dagger a b^\dagger b ,

or as

Htransmoncavity=Ωab+H.c., H_\mathrm{transmon-cavity} = \Omega a b^\dagger + H.c. ,

where H.c.H.c.

Was this useful?