Skip to content
Pasqal Documentation

QPU Hamiltonian

In all cases we will refer to HH as being of the form

H=jΔjnj + jΩjσjx + Hi H = -\sum_j\Delta_jn_j \ + \ \sum_j\Omega_j\sigma^x_j \ + \ H_{i}

where HiH_i is the interaction term in the Hamiltonian. Values of Ωj\Omega_j and Δj\Delta_j respectively represent the amplitude and the detuning of the driving field applied to the qubit jj. Avoiding technical details we will refer to eigenstates of HH (and in particular to the ground state) as equilibrium states.

Although the QPU currently only supports a Rydberg interaction, emu-mps supports both the Rydberg interaction term and the XY interaction.

The Rydberg interaction reads

Hrr=i>jUijninj H_{rr} = \sum_{i>j} U_{ij} n_{i}n_{j}

where

Uij=C6rij6, U_{ij} = \frac{C_{6}}{r_{ij}^{6}},

and the XY interaction reads

Hxy=i>jUij(σi+σj+h.c.) H_{xy} = \sum_{i>j} U_{ij} (\sigma^+_{i}\sigma^-_{j} + h.c.)

where

Uij=C3(13cos2(θij))rij3, U_{ij} = \frac{C_{3}(1-3 \cos^2(\theta_{ij}))}{r_{ij}^{3}},

In these formulas, rijr_{ij} represents the distance between qubits ii and jj, and θij\theta_{ij} represents a configurable angle (see here (external)). Currently, Pasqal quantum devices only support Rydberg interactions, and different devices have different C6C_6 coefficients and support for different maximum driving amplitudes Ω\Omega. Intuitively, under stronger interactions (rydberg-rydberg and laser-rydberg), bond dimension will grow more quickly (see here), thus affecting performance of our tensor network based emulator. For a list of the available devices and their specifications, please refer to the Pulser documentation (see here (external)).