GithubHelp home page GithubHelp logo

00mjk / quantumqueryoptimization Goto Github PK

View Code? Open in Web Editor NEW

This project forked from macemoth/quantumqueryoptimization

0.0 0.0 0.0 15 KB

Accompanying code for the "Multiple Query Optimization using a Hybrid Approach of Classical and Quantum Computing" paper

Python 41.95% Jupyter Notebook 58.05%

quantumqueryoptimization's Introduction

Multiple Query Optimization using a Hybrid Approach of Classical and Quantum Computing

Tobias Fankhauser, Marc E. Solèr, Rudolf M. Füchslin, Kurt Stockinger, Multiple Query Optimization using a Hybrid Approach of Classical and Quantum Computing, arXiv preprint arXiv: 2107.10508 (2021) https://arxiv.org/abs/2107.10508

Prerequisites

  • Python 3.8
  • Anaconda
  • Jupyter Notebook
  • Qiskit

The Qiskit package can be installed with pip install qiskit.

To utilize a IBM Quantum Computer, a IBM Token is required. It can be acquired from IBM Quantum Computing. Then, the token must be saved once to the computer using

from qiskit import IBMQ
IBMQ.save_account('MY_API_TOKEN')

Programs

  • QAOA_Qiskit_main.py is the plain-vanilla implementation of QAOA with Qiskit using default optimizers
  • QAOA_FOURIER.py uses the improved FOURIER optimizer by Zhou et al. which is considerably better
  • QAOA_PL_main.py uses PennyLane , a Quantum Machine Learning framework
  • GAS_main.py is an implementation of [https://arxiv.org/abs/1912.04088](Grover Adaptive Search), an algorithm similar to QAOA

Notes

  • The ibmq-melbourne quantum computer is retired by 7 July 2021. As there is currently no other system with that many qubits, experiments with ~15 qubits cannot be carried out.

quantumqueryoptimization's People

Contributors

macemoth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.