An open API service indexing awesome lists of open source software.

https://github.com/dwavesystems/dwave-experimental

Ocean utilities to support advanced QPU prototype features.
https://github.com/dwavesystems/dwave-experimental

Last synced: 4 months ago
JSON representation

Ocean utilities to support advanced QPU prototype features.

Awesome Lists containing this project

README

          

==================
dwave-experimental
==================

.. start_experimental_about

Ocean utilities to support advanced QPU prototype features.

These utilities are subject to change without notification at any time.

Some QPU solvers support experimental features used for advanced research. Not
all accounts have access to such research quantum computers.

.. end_experimental_about

Installation
============

Installation from `PyPI `_:

.. code-block:: bash

pip install dwave-experimental

To install the latest version from source (available on GitHub in
`dwavesystems/dwave-experimental`_ repo):

.. code-block:: bash

pip install git+https://github.com/dwavesystems/dwave-experimental.git

.. _`dwavesystems/dwave-experimental`: https://github.com/dwavesystems/dwave-experimental

Versioning
==========

This project uses **calendar versioning (CalVer)** to indicate the release timeline,
following the format ``YYYY.MM.DD`` or ``YYYY.MM``, depending on the release cycle.

**⚠️ Note:** Backward compatibility between versions is **not guaranteed**.
Breaking changes may occur at any time, even between minor version increments.

We recommend pinning specific versions in your dependencies.

License
=======

Released under the Apache License 2.0. See LICENSE file.

Contributing
============

Please follow Ocean's `contributing guide `_.

Release Notes
-------------

We use `reno `_ to manage release notes.

See reno's `user guide `_
for details.