PS : Simulate a Variational Quantum Eigensolver (VQE) for the ground state energy of H₂ molecule.
VQE is a hybrid algorithm that combines a quantum computer's ability to represent quantum states with a classical optimizer. The goal is to approximate the lowest energy (ground state) of a H₂ molecule.
Workflow:
- Build the H₂ molecule and get its Hamiltonian
- Choose an ansatz (your adjustable quantum circuit)
- Set up the VQE algorithm
- Run it with a Qiskit simulator to extract the ground-state energy
- Wrap everything inside Streamlit/Other platform to visualize results interactively