dwavesystems / dwavesystems/dwave-system
Add ability to "warm up" the DWaveCliqueSampler clique embedding cache
Open
feature-request/enhancement
- Dominant language
- Python
- Stars
- 98
- Forks
- 67
- Avg merge
- 7m
- Merged PRs (30d)
- 1
Description
This will build the cache for each sampler available to the default profile.
```
from dwave.cloud import Client
from dwave.system import DWaveCliqueSampler
client = Client.from_config()
for solver in client.get_solvers(qpu=True):
id_ = solver.id
sampler = DWaveCliqueSampler(solver=id_)
sampler.largest_clique()
```
See #313
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.