Skip to main content

Python bindings for DQCsim

Project description

# DQCsim

[![Crates.io](https://badgen.net/crates/v/dqcsim)](https://crates.io/crates/dqcsim/) [![PyPi](https://badgen.net/pypi/v/dqcsim)](https://pypi.org/project/dqcsim/)

[![Rust workflow](https://github.com/mbrobbel/dqcsim/workflows/Rust/badge.svg)](https://github.com/mbrobbel/dqcsim/actions?query=workflow%3ARust) [![Python workflow](https://github.com/mbrobbel/dqcsim/workflows/Python/badge.svg)](https://github.com/mbrobbel/dqcsim/actions?query=workflow%3APython) [![C++ workflow](https://github.com/mbrobbel/dqcsim/workflows/C++/badge.svg)](https://github.com/mbrobbel/dqcsim/actions?query=workflow%3AC++) [![Documentation workflow](https://github.com/mbrobbel/dqcsim/workflows/Documentation/badge.svg)](https://github.com/mbrobbel/dqcsim/actions?query=workflow%3ADocumentation) [![Coverage workflow](https://github.com/mbrobbel/dqcsim/workflows/Coverage/badge.svg)](https://github.com/mbrobbel/dqcsim/actions?query=workflow%3ACoverage) [![Codecov.io](https://codecov.io/gh/mbrobbel/dqcsim/branch/master/graph/badge.svg)](https://codecov.io/gh/mbrobbel/dqcsim)

DQCsim, short for Delft Quantum & Classical simulator, is a framework that can be used to tie components of quantum computer simulators together in a standardized yet flexible, developer-friendly, and reproducible way. Click [here](https://mbrobbel.github.io/dqcsim/) for more information!

## Installation

If you’re a user or a plugin developer (Python, C, or C++), the recommended way to install DQCsim is through Python’s package manager:

sudo pip3 install dqcsim

This will install just the DQCsim core files and so-called “null” plugins for testing. So you’ll also want to install plugins in addition. This is currently TODO, because there are no supported plugins yet. However, the current idea is that these will also be distributed through pip, with a dependency on dqcsim. For instance, you should be able to install dqcsim-qx through pip to get the QX simulator with appropriate DQCsim bindings.

You can find more information [here](https://mbrobbel.github.io/dqcsim/install/).

## Getting started

Read the [documentation](https://mbrobbel.github.io/dqcsim/)!

## Reporting bugs

We use github’s issue tracker. Click [here](https://github.com/mbrobbel/dqcsim/issues/new) to open a new issue.

## Contributing to DQCsim

TODO: until we (jvanstraten and mbrobbel) get a first release going, contributing is probably more trouble than it’s worth.

### What to contribute?

Check github’s [issue tracker](https://github.com/mbrobbel/dqcsim/issues) to see what we’re working on and what needs to be done.

### Code style

For Rust code this is simple: always apply cargo format and cargo clippy -Dwarnings before committing. The CI will fail if your code does not comply. For C, C++, and Python, there isn’t really a specific code style defined right now; please just try to mimic the existing code.

Any tab character that isn’t required by the language (looking at you, Make) will be shot on sight.

### Building

Within the root directory of the repository resides a Cargo workspace, a Python setup.py (using setuptools), and a CMake buildsystem. Since we’re using pip for distribution, setup.py is the master: running python3 setup.py build will chain to Cargo to build the Rust modules before building the Python-specific things. The C/C++ API is currently header-only, so it doesn’t need to do anything with CMake. Running python3 setup.py bdist_wheel after the build will produce a wheel file in target/python/dist, which you can then install into a Python venv using pip; just replace dqcsim in the install notes above with the wheel file.

### Testing

Testing is done by the buildsystem associated with the language:

  • cargo test will run the core test suite for DQCsim and its command-line interface.

  • TODO will run the C/C++ API tests.

  • python3 setup.py test will run the Python API test suite.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

dqcsim-0.0.8-cp37-cp37m-manylinux2010_x86_64.whl (7.1 MB view hashes)

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

dqcsim-0.0.8-cp37-cp37m-manylinux1_x86_64.whl (7.1 MB view hashes)

Uploaded CPython 3.7m

dqcsim-0.0.8-cp37-cp37m-macosx_10_13_x86_64.whl (4.1 MB view hashes)

Uploaded CPython 3.7m macOS 10.13+ x86-64

dqcsim-0.0.8-cp36-cp36m-manylinux2010_x86_64.whl (7.1 MB view hashes)

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

dqcsim-0.0.8-cp36-cp36m-manylinux1_x86_64.whl (7.1 MB view hashes)

Uploaded CPython 3.6m

dqcsim-0.0.8-cp36-cp36m-macosx_10_13_x86_64.whl (4.1 MB view hashes)

Uploaded CPython 3.6m macOS 10.13+ x86-64

dqcsim-0.0.8-cp35-cp35m-manylinux2010_x86_64.whl (7.1 MB view hashes)

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

dqcsim-0.0.8-cp35-cp35m-manylinux1_x86_64.whl (7.1 MB view hashes)

Uploaded CPython 3.5m

dqcsim-0.0.8-cp35-cp35m-macosx_10_13_x86_64.whl (4.1 MB view hashes)

Uploaded CPython 3.5m macOS 10.13+ 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