Skip to content

olaiBM/optimization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openquantumcomputing QAOA

A python library for for quantum optimization using QAOA on quantum computer simulators.

Installation instructions

The latest version of openquantumcomputing is installed directly from PyPI by the following command:

''' pip install openquantumcomputing ''' ...

Example notebooks

Under the optimization folder a number of examples of use of the library can be found in different notebooks, for different optimization problems. All of the notebooks are roughly structured in the following way:

  1. Importing necassary modules
  2. Creating problem instance
  3. Creating QAOA instance
  4. Increasing depth for the QAOA instances
  5. Computing and plotting the approximation ratio for the given problem

About

Algorithms for optimization tasks (operations research)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%