Radomir Stevanovic

Results 142 issues of Radomir Stevanovic

Particularly relevant for #665 / #667.

To enable QPU problem data upload compression on the low-level API.

When used together with QPU problem data compression on upload, upload size is reduced significantly (compression ratio increases because of all the zeros in problem data).

When accessing regions cache (`dwave.cloud.regions.get_regions`) from multiple processes created by forking, the following error has been reported: ``` File "/home/wls/.conda/.../lib/python3.9/site-packages/dwave/system/samplers/dwave_sampler.py", line 30, in from dwave.cloud.client import Client File "/home/wls/.conda/.../lib/python3.9/site-packages/dwave/cloud/__init__.py", line...

bug

To consider: - keep only last X versions - list only major releases (pointing to latest minor/patch for each major) - list only major.minor releases See: RtD docs on [versions](https://docs.readthedocs.com/platform/stable/versions.html)...

A per-group-coupling-range test [occasionally fails](https://app.circleci.com/pipelines/github/dwavesystems/dwave-system/738/workflows/e1d31324-dd7a-4619-b28e-4fa485f6b385/jobs/13888) with: ``` ====================================================================== ERROR: test_per_qubit_coupling_range_3_Zephyr (tests.qpu.test_dwavecliquesampler.TestDWaveCliqueSampler.test_per_qubit_coupling_range_3_Zephyr) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/distiller/project/env/lib/python3.13/site-packages/parameterized/parameterized.py", line 530, in standalone_func return func(*(a + p.args), **p.kwargs) File "/Users/distiller/project/tests/qpu/test_dwavecliquesampler.py",...

After #582, we'll want to apply the same relabeling technique to utility functions `embed_bqm` and `unembed_sampleset`. Currently, `embed_bqm` creates `EmbeddedStructure` on the fly, but that's not strictly necessary if the...

feature-request/enhancement

This could be as simple as providing `find_subgraph` as a default for `EmbeddingComposite`'s `find_embedding` parameter, but at the same time replacing expensive BQM embedding / sampleset unembedding with simpler variable...

feature-request/enhancement

A minimal version would just list regions and metadata. - `dwave region list`: regions with metadata - `dwave region list -q`: just region codes

feature
cli