Skip to content

ica574/vqe-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VQE Clifford Warm-Start Analysis

Clifford-informed initialization and loss landscape exploration for Variational Quantum Eigensolvers (VQEs)

This project investigates how the algebraic structure of Clifford circuits can be leveraged to improve the optimisation of VQEs on near-term quantum hardware. Loss landscape analysis, stabiliser simulation insights, and practical warm-start strategies are demonstrated.

Features

  • Baseline VQE implementation with IBM Qiskit
  • Loss landscape exploration via Monte Carlo sampling, and neural network approximation.
  • Clifford circuit identification, and runtime analysis (using Stim for stabiliser simulation).
  • Warm-start optimisation from promising Clifford configurations.
  • Comparison against conventional random initialisation across multiple ansatze and Hamiltonians.

Findings

  • Clifford parameter configurations often provide competitve (sometimes superior) starting points compared to random initialisation.
  • Significant simulation speed-ups are possible when the number of non-Clifford rotations remains low.
  • Landscape reconstruction methods can yield useful insights even with sparse sampling (but this is often circuit specific, and requires training data from the real version).

Quick Start

To view this notebook, begin by installing the uv package manager via the following command.

pip install uv

Then, proceed to run the notebook, and install all of its dependencies by using the following.

uv run main.ipynb

About

Clifford-informed 🧠 warm-start optimization 🔥 and loss landscape analysis for Variational Quantum Eigensolvers (VQEs) ⚛️.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors