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

**Current Problem** [sphinx-panels is being phased out in favor of sphinx-design](https://sphinx-panels.readthedocs.io/en/latest/) **Proposed Solution** At some point we might need to migrate our doc build. **Alternatives Considered** Yes, should probably check...

Currently building Ocean SDK with `make html` produces close to 150 warnings, a majority of type `WARNING: more than one target found for cross-reference`. This causes two problems: 1. Links...

CircleCi is [dropping macos Intel support](https://discuss.circleci.com/t/macos-intel-support-deprecation-in-january-2024/48718) as of June 29, 2024.

**Description** [Diet Planning example](https://docs.ocean.dwavesys.com/en/stable/examples/hybrid_cqm_diet.html) line ``` quantities[0] * quantities[1] ``` needs to be updated to use non-real quantities **To Reproduce** ``` >>> quantities[0] * quantities[1] ... ValueError: REAL variables (e.g....