Huge congratulations to John Clarke, Michel H. Devoret, and John M. Martinis on the 2025 Nobel Prize in Physics “for the discovery of macroscopic quantum mechanical tunnelling and energy quantisation in an electric circuit.” Their superconducting Josephson-circuit experiments made quantum effects unmistakably visible at circuit scale, discrete, anharmonic energy levels and coherent tunnelling between macroscopically distinct states, laying key groundwork for modern superconducting qubits. In this short computational essay, we’ll walk through compact simulations that reproduce those signatures: a spectroscopy-style level map for the Cooper-pair box/transmon, and time-domain tunnelling dynamics with realistic decoherence to mirror the original observations.
Energy quantization in a Josephson circuit (Cooper-pair box / transmon toy)
A small superconducting island, linked by a Josephson junction and capacitively coupled to a gate, is described by conjugate variables: the superconducting phase across the junction and the integer number of Cooper pairs on the island. The key energy scales are the charging energy set by the island capacitance, the Josephson energy set by the junction’s critical current, and the offset charge controlled by the gate. In the charge basis the Hamiltonian becomes a real, symmetric, tridiagonal matrix with a diagonal charging term and nearest-neighbor couplings from the cosine Josephson term; diagonalization yields discrete, anharmonic energy levels. As the ratio of Josephson to charging energy increases, the device evolves from a charge-qubit regime with strong offset-charge dispersion and prominent avoided crossings near half-integer offset to a transmon regime with suppressed dispersion and a weakly anharmonic ladder whose anharmonicity is set by the charging scale. Microwave spectroscopy versus gate offset (or flux in related devices) reveals these discrete transitions and their anharmonicity, while linewidths report the underlying coherence times.
The level curvature and avoided crossings reflect Josephson coupling, direct evidence of quantized levels in an electric circuit (a key piece of the laureates’ work).
Superconducting circuits can realize an effective double-well potential in phase or flux, hosting states localized in left and right wells that are macroscopically distinct. Restricting to the two lowest localized states gives a minimal model with a tunnel coupling, which mixes the wells, and a tunable bias, which tilts their relative energies. If the system is prepared in one well, the population coherently oscillates between wells with a frequency set by the combined effect of coupling and bias and with an amplitude that is maximal at symmetry and decreases as the bias grows. Pure dephasing damps the oscillation contrast, energy relaxation drives the system toward the lower-energy well’s stationary population, and finite temperature can repopulate the higher level; the observed coherence time reflects both relaxation and dephasing. Time-domain oscillations, spectroscopy of the bias-dependent splitting near symmetry, and escape-rate or switching-current measurements that crossover from thermal activation at high temperature to temperature-independent quantum tunnelling at low temperature together provide the experimental fingerprints of this macroscopic quantum behavior.
Let’sdefineatwo-levelsystembytheHamiltonian
H=
ϵ
2
σ
z
+
Δ
2
σ
x
:
In[]:=
$Assumptions={ϵ,Δ}>0;h=
ϵ
2
PauliMatrix[3]+
Δ
2
PauliMatrix[2];h//MatrixForm
Out[]//MatrixForm=
ϵ
2
-
Δ
2
Δ
2
-
ϵ
2
Here ϵ represents the bias (tilt) between wells, and Δ is the tunnel splitting.
Find the eigenvalues of the Hamiltonian:
In[]:=
{
ℰ
1
,
ℰ
2
}=Eigenvalues[h]
Out[]=
-
1
2
2
Δ
+
2
ϵ
,
1
2
2
Δ
+
2
ϵ
Givenaboveresult,
Ω=
2
Δ
+
2
ϵ
isusuallycalledtheeigenfrequency.
In[]:=
{
e
1
,
e
2
}=Normalize/@Eigenvectors[h]
Out[]=
-ϵ+
2
Δ
+
2
ϵ
Δ
1+
2
Abs
-ϵ+
2
Δ
+
2
ϵ
Δ
,
1
1+
2
Abs
-ϵ+
2
Δ
+
2
ϵ
Δ
,-
ϵ+
2
Δ
+
2
ϵ
Δ
1+
2
Abs
ϵ+
2
Δ
+
2
ϵ
Δ
,
1
1+
2
Abs
ϵ+
2
Δ
+
2
ϵ
Δ
Set the initial state at the bottom of one of the wells (i.e., the eigenstate of
σ
z
):
In[]:=
ψ
0
={1,0};
Using the Schrodinger equation, find the final state at a given time:
In[]:=
ψ[t_]=
2
∑
i=1
Exp[-I
ℰ
i
t]
e
i
.
ψ
0
e
i
//FullSimplify
Out[]=
Cos
1
2
t
2
Δ
+
2
ϵ
-
ϵSin
1
2
t
2
Δ
+
2
ϵ
2
Δ
+
2
ϵ
,
ΔSin
1
2
t
2
Δ
+
2
ϵ
2
Δ
+
2
ϵ
Calculate the probability of tunneling:
In[]:=
{0,1}.ψ[t]{0,1}.ψ[t]//FullSimplify
Out[]=
2
Δ
2
Sin
1
2
t
2
Δ
+
2
ϵ
2
Δ
+
2
ϵ
The above behavior assumes coherent tunneling, i.e., no noise. In practice, environmental interactions introduce dephasing, relaxation, and other channels, so the dynamics deviate from the Schrödinger equation and the qubit becomes an open system. A common model for such open-system dynamics is the Lindblad master equation: