dwave-ocean-sdk icon indicating copy to clipboard operation
dwave-ocean-sdk copied to clipboard

Installer for D-Wave's Ocean tools

Results 34 dwave-ocean-sdk issues
Sort by recently updated
recently updated
newest added

How to count time when I solve the large QUBO problem with qsolve on AWS?

**Current Problem** In case a C++ project would need to solve some problems on a DWave computer there should be a C++ library to do this. Currently (AFAIK) code is...

With the release of [dwave-samplers](https://github.com/dwavesystems/dwave-samplers), we would like to remove [dwave-greedy](https://github.com/dwavesystems/dwave-greedy), [dwave-neal](https://github.com/dwavesystems/dwave-neal) and [dwave-tabu](https://github.com/dwavesystems/dwave-taby) from the SDK. I propose this be done in three steps: 1) **dwave-ocean-sdk~=5.0.0** * Release pure...

**Current Problem** When writing some papers related to usage of D-Wave Ocean, I would like to add a reference to the software. Unfortunately there is none. Other software stacks to...

feature

**Current Problem** A Julia API. Julia is much easier to use than Python. Also, its much more fast. DWave's Ocean SDK is kinda the only resource out there for Adiabatic...

Consider building/shipping [`musllinux` wheels](https://peps.python.org/pep-0656/). Alpine linux uses musl libc instead of glibc, so Ocean install requires building all binary packages (todo: check if they even build on alpine). [Trivial](https://cibuildwheel.readthedocs.io/en/stable/options/#linux-image) to...

I just noticed https://github.com/dwavesystems/dwave-preprocessing/blob/be12b72b1e9c8ef450f83e93b844801df641e7bd/pyproject.toml#L6 This should almost always be oldest-supported-numpy if it's in a pyproject.toml file. https://github.com/scipy/oldest-supported-numpy - see https://scikit-hep.org/developer/packaging#special-additions-numpy or the note at https://cibuildwheel.readthedocs.io/en/stable/options/#before-build for example.

It would be useful for the docs to have our deprecation policy spelled out. Also having an official "deprecation text" would be useful so we can be more consistent across...