Skip to content

Applying quantum circuit cutting techniques to the Dynamic Quantum Variational Ansatz for solving large instances of Maximum Independent Set on NISQ processors.

License

Notifications You must be signed in to change notification settings

Quantum-Software-Tools/dqva-and-circuit-cutting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaling up Constrained Quantum Approximate Optimization

Overview

The code in this repository was used to implement the algorithms and simulations presented in two separate papers. The first, Approaches to constrained quantum approximate optimization, introduced the Dynamic Quantum Variational Ansatz (DQVA) for solving Maximum Independent Set (MIS) with a fixed allocation of quantum resources. The second, Quantum Divide and Conquer for Combinatorial Optimization and Distributed Computing, combined the DQVA with quantum circuit cutting techniques to scale up the MIS optimization to larger graph sizes.

DQVA

The workhorse file in this repo is mis.py. Inside, a number of functions are defined which find approximate solutions to the MIS problem on a given input graph using the specified variational ansatz. The ansatz/ directory contains the code for generating the specific quantum circuits.

There are also a few files which are used for benchmarking the performance of the different variational algorithms on a given set of input graphs. In particular, MIS_benchmark.py and QAOA+_benchmark.py were used to generate the plots in the Approaches to constrained quantum approximate optimization paper.

An example of one of these benchmarks is shown below:

Quantum Divide and Conquer

Citations

If you use this code, please cite our papers:

Zain H. Saleem, Teague Tomesh, Bilal Tariq, and Martin Suchara, Approaches to Constrained Quantum Approximate Optimization,
arXiv preprint, arXiv:2010.06660 (2021).

and

Zain H. Saleem, Teague Tomesh, Michael A. Perlin, Pranav Gokhale, Martin Suchara, Quantum Divide and Conquer for Combinatorial 
Optimization and Distributed Computing, arXiv preprint, arXiv:? (2021).

About

Applying quantum circuit cutting techniques to the Dynamic Quantum Variational Ansatz for solving large instances of Maximum Independent Set on NISQ processors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.3%
  • Python 5.0%
  • C 0.7%