Coder Social home page Coder Social logo

circuit-synthesis-results's Introduction

Result data for Exploring ab initio machine synthesis of quantum circuits

This repository collects the data produced for the paper Exploring ab initio machine synthesis of quantum circuits (arXiv:2206.11245). The filenames are in the format

<target>_<n>qb_<method>_<gateset>.json

where target is the unitary we are trying to produce, n is the number of qubits of the target, method is either tabu for tabu search, or rand for random search, and gateset is either all-controlled for controlled rotations with all-to-all connectivity, nn-controlled for controlled rotations with only nearest-neighbour connectivity on a linear chain, or swap for local rotations plus a parametrised SWAP gate between neighbouring qubits in a linear chain. There may be a self-explanatory comment in the filename after the gate set as well.

The structure of the JSON files is quite straightforward. There are some general parameters reiterating information from the filename, as well as the maximum number of iterations used. The runs array contains all attempts at synthesising a circuit, each having the final energy of the attempt, the number of iterations, the time as measured by the code itself, as well as the walltime calculated from SLURM logfiles (these should be roughly identical for completed runs that exited normally), whether the run finished normally or was terminated by a timeout, the number n_gates of gates in the final circuit, what the energy was througout each iteration (energy_progression), as well as the final circuit the run produced, where each gate has target qubits and a rotation angle.

circuit-synthesis-results's People

Contributors

rrmeister avatar

Watchers

 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.