
Toy organo-mineral Hamiltonian (4-qubit Fe + ligand coupling)
Source:R/quantum_vqe.R
quantum_hamiltonian_organo_mineral.RdA deliberately minimalist representation of a clay-humus or iron-
oxide coordination complex, sized for classical simulation on a
laptop and for a meaningful walk-through of
quantum_vqe_fit() in the Pillar 6 vignette. Four qubits are
partitioned as two metal-centre states (left pair) and two
ligand states (right pair), with on-site, same-sector exchange
and cross-sector hopping / tunnelling terms:
Usage
quantum_hamiltonian_organo_mineral(
eps_fe = 0.5,
eps_l = 0.3,
j_fe = 0.4,
j_l = 0.2,
t = 0.25
)Details
$$ H = -\,\varepsilon_\mathrm{Fe}\,(Z_3 + Z_2) \; -\,\varepsilon_\mathrm{L}\,(Z_1 + Z_0) \; +\,J_\mathrm{Fe}\,Z_3 Z_2 \; +\,J_\mathrm{L}\,Z_1 Z_0 \; +\,t\,(X_3 X_0 + X_2 X_1). $$
The default parameters \((\varepsilon_\mathrm{Fe}, \varepsilon_\mathrm{L}, J_\mathrm{Fe}, J_\mathrm{L}, t) = (0.5, 0.3, 0.4, 0.2, 0.25)\) give a non-trivial entangled ground state.