Transmon

class boulderopal.superconducting.Transmon(dimension, frequency=None, anharmonicity=None, drive=None, name='transmon')

Class that stores all the physical system data for a transmon.

Parameters

SEE ALSO

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

boulderopal.superconducting.TransmonCavityInteraction : Class describing interactions between a transmon and a cavity.

boulderopal.superconducting.TransmonTransmonInteraction : Class describing interactions between two transmons.

Notes

The Hamiltonian for the transmon is defined as

Htransmon=ωtbb+α2(b)2b2+12(γtb+H.c.), H_\mathrm{transmon} = \omega_t b^\dagger b + \frac{\alpha}{2} (b^\dagger)^2 b^2 + \frac{1}{2} \left(\gamma_t b^\dagger + H.c. \right) ,

where H.c.H.c.

Was this useful?