Giter Site home page Giter Site logo

garymooney / quantum-overlapping-tomo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tehruhn/quantum-overlapping-tomo

0.0 2.0 0.0 13.05 MB

https://arxiv.org/pdf/1908.02754.pdf

License: Apache License 2.0

Python 9.22% Jupyter Notebook 90.78%

quantum-overlapping-tomo's Introduction

quantum-overlapping-tomo

(For the Qiskit Asia camp 2019)

Description

https://arxiv.org/pdf/1908.02754.pdf

Implementation of an algorithm that characterizes entanglement for a variety of quantum states that scales exponentially better than previously known methods. The algorithm is based on a theoretical model that works via quantum tomography of partial density matrices that leverages the theory of perfect hash families for constant time lookups.

This was a challenging project that involved deep understanding of recent state-of-the-art results in measurement theory. It involved the development of a large amount of code (~1000 lines) and was written with the idea of generalising the applications and contributing to the Qiskit codebase in mind, leading to neat structuring of datastructures and modular functions. It also implements a class of (n, k)-perfect hash families, for k = 2, which can be extended to all k < (qubit count). The functions that were used to compute all n-Choose-2 density matrices use low-level operations, which makes them non-trivial to implement, but makes them readily parallelizable using Numba/CuPy/CUDA.

We ran the circuits using the simulator and on all IBM Q physical quantum devices. We obtained results that align with our understanding of these device performances (check slides). This project serves as a proof of concept and we hope to apply it to larger numbers of qubits with the hopes that we can exceed the current 20-qubit entanglement found on IBM Q superconducting devices (https://doi.org/10.1038/s41598-019-49805-7).

Deliverables

  1. Beginning of a complete, efficient Quantum Tomography Module in Qiskit (currently works for N qubits and k = 2, 4x4 Density Matrices)

  2. Submission of a scientific article

Work to be done

  1. Write up and submit as a paper.

  2. Refine code and fix bugs to work for all cases.

  3. Extending from (n, 2) to (n, k) hash families.

  4. Refactoring and modularization for a pull request on qiskit github repo.

  5. Cythonizing for awesome speedups.

quantum-overlapping-tomo's People

Contributors

tehruhn avatar garymooney avatar

Watchers

James Cloos avatar paper2code - bot 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.