Skip to main content

A library for synthesizing and manipulating quantum circuits

Project description

/!\ (Warning) If you have used tweedledum before: the master branch history is broken.
/!\ The new master branch is a completely rewrite of the library. The old version can be found
/!\ on **alpha** branch. (Sorry for the inconvenience!!---but it is for a great cause)

tweedledum is a library for synthesis, compilation, and optimization of quantum circuits. The library is written to be scalable up to problem sizes in which quantum circuits outperform classical ones. Also, it is meant to be used both independently and alongside established tools.

Its design is guided by three mantras:

  • Gotta run fast: execution-time performance is a priority.

  • Your compiler, your rules. You know better. At least, Tweedledum hopes so! The library provides a standard set of operators that can be easily extended (thanks to some type-erasure black magic). However, the library will leave your operators completely alone if you don't write passes that specifically manipulate them. Furthermore, Tweedledum will rarely take any decision in your behalf, i.e., it does not provide generic methods to optimize or synthesize circuits, you need to specifically call the algorithms you want.

  • Opinionated, but not stubborn. Many passes and synthesis algorithms have many configuration parameters. Tweedledum comes with reasonable defaults and curated opinions of what value such parameters should take. But in the end, it all up to you.

Corollary: Because of it's flexibility, Tweedledum is capable of accepting gates/operators that are defined as python classes. Indeed, any pythonic framework can use the library as a circuit manager. Meaning that the library can be used to slowly transition the core and performance sensitive parts of a pythonic framework to C++, while maintaining the capability of users to develop passes in python.

Installation

Tweedledum has two python packages that can be installed using pip. For both, you will at least Python 3.6. The tweedledum package contains the latest stable release. You can install it from PyPi using:

  • Latest stable release (Linux/Mac/Windows)
pip install tweedledum

For the developers, users or researchers who are comfortable living on the absolute bleeding edge, tweedledum-dev contains that latest developments merged into the master branch.

  • Latest (Linux/Mac/Windows)
pip install tweedledum-dev

Warning: The two packages cannot be installed together.

Used third-party tools

The library it is built, tested, bind to python, and whatnot using many third-party tools and services. Thanks a lot!

  • abc - ABC: System for Sequential Logic Synthesis and Formal Verification
  • bill - C++ header-only reasoning library
  • Catch2 test framework for unit-tests, TDD and BDD
  • CMake for build automation
  • Eigen template library for linear algebra
  • {fmt} - A modern formatting library
  • kitty - truth table library
  • lorina - C++ parsing library for simple formats used in logic synthesis and formal verification
  • mockturtle - C++ logic network library
  • nlohmann/json - JSON for Modern C++
  • parallel_hashmap - A family of header-only, very fast and memory-friendly hashmap and btree containers.
  • percy - C++ header-only exact synthesis library
  • pybind11 - Seamless operability between C++11 and Python
  • rang - A Minimal, Header only Modern c++ library for terminal goodies

License

This software is licensed under the MIT licence (see LICENSE).

EPFL logic synthesis libraries

tweedledum is part of the EPFL logic synthesis libraries. The other libraries and several examples on how to use and integrate the libraries can be found in the logic synthesis tool showcase.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tweedledum-dev-1.1.0.dev202104201741.tar.gz (3.8 MB view hashes)

Uploaded Source

Built Distributions

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win_amd64.whl (1.1 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-win32.whl (989.0 kB view hashes)

Uploaded CPython 3.9 Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_x86_64.whl (899.0 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-manylinux2010_i686.whl (928.9 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_15_x86_64.whl (929.8 kB view hashes)

Uploaded CPython 3.9 macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp39-cp39-macosx_10_9_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win_amd64.whl (1.1 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-win32.whl (988.9 kB view hashes)

Uploaded CPython 3.8 Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_x86_64.whl (898.1 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-manylinux2010_i686.whl (929.5 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_15_x86_64.whl (929.6 kB view hashes)

Uploaded CPython 3.8 macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp38-cp38-macosx_10_9_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win_amd64.whl (1.1 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-win32.whl (984.0 kB view hashes)

Uploaded CPython 3.7m Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_x86_64.whl (911.8 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-manylinux2010_i686.whl (946.0 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_15_x86_64.whl (919.7 kB view hashes)

Uploaded CPython 3.7m macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp37-cp37m-macosx_10_9_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win_amd64.whl (1.1 MB view hashes)

Uploaded CPython 3.6m Windows x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-win32.whl (984.0 kB view hashes)

Uploaded CPython 3.6m Windows x86

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_x86_64.whl (911.7 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-manylinux2010_i686.whl (946.1 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_15_x86_64.whl (919.6 kB view hashes)

Uploaded CPython 3.6m macOS 10.15+ x86-64

tweedledum_dev-1.1.0.dev202104201741-cp36-cp36m-macosx_10_9_x86_64.whl (1.7 MB view hashes)

Uploaded CPython 3.6m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page