What problem does it solve? Computing the ground-state energy of a Fermi-Hubbard model requires correctly mapping fermionic modes to qubits, choosing a variational ansatz, and validating results against exact diagonalization—steps that are error-prone when done manually, especially around qubit endianness and optimizer convergence checks. ## Core Features & Use Cases - Guided VQE Workflow: Runs UnitaryLab's FermiHubbardVQEAlgorithm with Jordan-Wigner mapping, an Ry-Rz COBYLA ansatz, and an exact-energy reference for validation. - Endianness and Convergence Checks: Verifies the q0 least-significant-bit convention via bit-reversal round trips and separates optimizer convergence status from absolute energy error. - Paired-Mode Spin Measurements: Optionally measures magnetic moments using paired-mode correlators with finite-shot standard errors. - Use Case: A quantum computing student wants to reproduce a 2-site Fermi-Hubbard ground-state calculation, compare the variational energy against the exact diagonalization result, and debug why their manual reimplementation violates the variational bound. ## Quick Start Ask the assistant to run the Fermi-Hubbard VQE workflow with L=2, t=1.0, U=4.0, B=1.5, and seed=7, then compare the VQE energy against the exact ground-state energy.