Metadata-Version: 2.4
Name: dwave-experimental
Version: 2026.4.20
Summary: Ocean utilities to support advanced QPU prototype features.
Author-email: "D-Wave Inc." <tools@dwavesys.com>
License-Expression: Apache-2.0
Project-URL: Issues, https://github.com/dwavesystems/dwave-experimental/issues
Project-URL: Repository, https://github.com/dwavesystems/dwave-experimental.git
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: !=3.14.1,>=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: dimod<0.13,>=0.12.20
Requires-Dist: dwave-cloud-client<0.15,>=0.13.6
Requires-Dist: dwave-samplers<2,>=1
Requires-Dist: dwave-system<2,>=1.32.0
Requires-Dist: matplotlib<4,>=3
Requires-Dist: minorminer<0.3,>=0.2.21
Requires-Dist: numpy<3,>=2
Dynamic: license-file

==================
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 <https://pypi.org/project/dwave-experimental>`_:

.. 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 <https://docs.dwavequantum.com/en/latest/ocean/contribute.html>`_.

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

We use `reno <https://docs.openstack.org/reno/>`_ to manage release notes.

See reno's `user guide <https://docs.openstack.org/reno/latest/user/usage.html>`_
for details.
