dwave-ocean-sdk
dwave-ocean-sdk copied to clipboard
Installer for D-Wave's Ocean tools
Create a namespace for Samplers and Composites populated by entry points. We could also consider having this as a separate package rather than part of the SDK.
**Description** [Diet Example](https://docs.ocean.dwavesys.com/en/stable/examples/hybrid_cqm_diet.html#variables) has this code: ``` >>> quantities[0] * quantities[1] QuadraticModel({'rice': 0.0, 'tofu': 0.0}, {('tofu', 'rice'): 1.0}, 0.0, {'rice': 'REAL', 'tofu': 'REAL'}, dtype='float64') ``` It should be switched to...
**Current Problem** Greetings, We are contacting you from Forschungszentrum Jülich. Our software Stage/2024 has a problem of incompatibility with your current libraries and we cannot change it since it is...
The data-structures introduced and used by the dwave-ocean-sdk mostly consist of several substructures that might or might not be native to python, e.g. the `class` `dwave.system.EmbeddingComposite` [1] consists of `properties`,...
**Description** Fail to install `dwave-ocean-sdk` through pip. ``` ERROR: Failed building wheel for rectangle-packer Running setup.py clean for rectangle-packer Failed to build rectangle-packer ERROR: Could not build wheels for rectangle-packer,...
In a recent webinar I had asked about potential solutions to support balancing across multiple objectives and speaker ran out of time before answering. It occurs to me that there...
We have had unified docs for quite a while now (https://github.com/dwavesystems/dwave-ocean-sdk/pull/40 was merged in 2019). We should add redirects from the legacy individual doc pages to the Ocean docs. For...
With py37 EOL [approaching fast](https://devguide.python.org/versions/) on [2023-06-27](https://peps.python.org/pep-0537/), we should plan dropping support for it in the next Ocean release. Getting rid of py37 support should simplify the code in a...
We could probably split it into N different jobs by messing about with [CIRCLECI_NODE_INDEX](https://circleci.com/docs/parallelism-faster-jobs/#using-environment-variables-to-split-tests). E.g. `if PACKAGE_N % CIRCLE_NODE_TOTAL == CIRCLECI_NODE_INDEX` or whatever.
**Current Problem** Yes. I have a problem where I am struggling to find the right way to program my question to the quantum computer. **Proposed Solution** I have a 32-bit...