dwavesystems / dwavesystems/dwave-system
Add warnings to sampleset info field
Open
feature-request/enhancement
- Dominant language
- Python
- Stars
- 98
- Forks
- 67
- Avg merge
- 7m
- Merged PRs (30d)
- 1
Description
Once we have sampling/embedding warnings module, we want to enable adding of those warnings during embedding, sampling, etc.
We can add `return_warnings` flag to `DWaveSampler`/`EmbeddingComposite`/`.sample()`. Whatever option we choose, child/parent composites/samplers will have to be aware of its value.
If we decide to go with `return_warnings` as `sample()` parameter, we'll need to update the `return_embedding` accordingly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.