Step 0:
Physical system H\(_2\)
Electronic Hamiltonian (Born-Oppenheimer approximation):
$$
H = -\frac12 \nabla_1^2 - \frac12 \nabla_2^2 - \frac{1}{r*{1A}} - \frac{1}{r_{1B}} - \frac{1}{r_{2A}} - \frac{1}{r_{2B}} + \frac{1}{r_{12}}
$$
Step 1:
Atomic basis set
Minimal basis STO-3G: for the H₂ molecule uses one 1s orbital on each hydrogen atom.
$$
\phi_A(\mathbf r) = \sum_{k=1}^3 d_k e^{-\alpha_k |\mathbf r - \mathbf R_A|^2}, \quad
\phi_B(\mathbf r) = \sum_{k=1}^3 d_k e^{-\alpha_k |\mathbf r - \mathbf R_B|^2}
$$
Normalization: \(\int |\phi_A|^2 d^3r = \int |\phi_B|^2 d^3 r = 1\)
Step 2:
Spin-orbitals
$$
\chi_0 = \phi_A \alpha, \quad
\chi_1 = \phi_A \beta, \quad
\chi_2 = \phi_B \alpha, \quad
\chi_3 = \phi_B \beta
$$
2 electrons → basis for second quantization.
Step 3:
Calculation of integrals
One-electron integrals:
\(
h_{pq} = \langle \chi_p | -\frac12 \nabla^2 - \frac{1}{r_{1A}} - \frac{1}{r_{1B}} | \chi_q \rangle
\)
Two-electron integrals:
\(
g_{pqrs} = \langle \chi_p \chi_q | \frac{1}{r_{12}} | \chi_r \chi_s \rangle
\)
Step 4:
Fermionic Hamiltonian
$$
H = \sum_{pq} h_{pq} a_p^\dagger a_q + \frac12 \sum_{pqrs} g_{pqrs} a_p^\dagger a_q^\dagger a_r a_s
$$
Coefficients \(c_i\) are functions of \(h_{pq}\) and \(g_{pqrs}\):
$$
c_0 = \frac{h_{00} + h_{11} + g_{0110} + g_{1001}}{2}; \quad
c_1 = -\frac{h_{00} + g_{0110}}{2}; \quad
c_2 = -\frac{h_{11} + g_{1001}}{2}; \\
c_3 = \frac{g_{0110} + g_{1001}}{2}; \quad
c_4 = \frac{g_{0101}}{2}; \quad
c_5 = \frac{g_{0101}}{2}
$$
Step 5:
Reduction by singlet symmetry
2 electrons in 4 spin orbitals → 6 determinants (shows which orbitals are occupied (1) or empty (0)):
$$ |1100\rangle, |1010\rangle, |1001\rangle, |0110\rangle, |0101\rangle, |0011\rangle $$
Singlets (S = 0): \(|1100\rangle, |0011\rangle, |1001\rangle, |0110\rangle\) → contribute to H\(_2\) ground state
Triplets (S = 1): \(|1010\rangle, |0101\rangle\) → ne contribuent pas.
Step 6:
Construction of logical qubits
Define the 2 logical qubits as superpositions of the 4 singlet determinants (2-qubit space for VQE):
$$
|01\rangle_\text{logique} = \frac{|1001\rangle - |0110\rangle}{\sqrt{2}}, \quad
|10\rangle_\text{logique} = \frac{|1100\rangle - |0011\rangle}{\sqrt{2}}
$$
These 2 states form an orthonormal basis for the singlet space.
Step 7:
Fermion → Qubit Transformation
For H\(_2\) in the minimal basis, the fermionic Hamiltonian (Step 4) can be mapped
onto qubits using transformation of Jordan-Wigner (each spin orbital → one qubit):
$$
a_0 = \frac{X_0 + i Y_0}{2}, \quad a_0^\dagger = \frac{X_0 - i Y_0}{2}
$$
$$
a_1 = Z_0 \frac{X_1 + i Y_1}{2}, \quad a_1^\dagger = Z_0 \frac{X_1 - i Y_1}{2}
$$
Number of electrons in spin orbitals:
$$
n_0 = a_0^\dagger a_0 = \frac{1-Z_0}{2}, \quad n_1 = a_1^\dagger a_1 = \frac{1-Z_1}{2}
$$
2-qubit Hamiltonian:
$$
H = c_0 I + c_1 Z_0 + c_2 Z_1 + c_3 Z_0 Z_1 + c_4 X_0 X_1 + c_5 Y_0 Y_1
$$
Step 8:
VQE Ansatz
$$|\psi(\theta)\rangle = \cos\theta |01\rangle_\text{logique} + \sin\theta |10\rangle_\text{logique} $$
the parameter \(\theta\) is enough to explore the entire singlet space.
Step 9:
VQE Procedure
- Prepare \(|\psi(\theta)\rangle\) on 2 qubits.
- Measure \(E(\theta) = \langle \psi(\theta)|H|\psi(\theta)\rangle\).
- Optimize \(\theta\) to minimize \(E(\theta)\).
- Result: \(E_\text{VQE} \approx E_\text{fondamental exact}\) in the chosen basis.