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.
- Host: GitHub
- URL: https://github.com/dwavesystems/dwave-experimental
- Owner: dwavesystems
- License: apache-2.0
- Created: 2025-07-02T14:54:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T14:41:54.000Z (4 months ago)
- Last Synced: 2026-01-27T22:35:26.307Z (4 months ago)
- Language: Python
- Size: 465 KB
- Stars: 2
- Watchers: 0
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.