dwavesystems / dwavesystems/dwave-system
Need to expose problem execution information in dwavesampler
- Dominant language
- Python
- Stars
- 98
- Forks
- 67
- Avg merge
- 7m
- Merged PRs (30d)
- 1
Description
**Current Problem**
Problem execution information:-
When you run problem using dwave sampler , it will be helpful to get back problem execution information
Ex:- problem id
status of job
error message if any
It will be helpful to keep track of problem you submitted or provide extra information to support in case of failure
**Proposed Solution**
Expose problem execution information as an option when problem is executed
Ex:-
response = sampler.sample_ising({0: -1, 1: 1}, {})
response object can have this debugging information about problem execution problemid , status etc
Would like to have this infomation available in dwavesampler
https://docs.dwavesys.com/docs/latest/c_rest_api_3.html
**Alternatives Considered**
This infomation is available in cloud client but not in dwavesampler
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.