dwavesystems / dwavesystems/dwave-qiskit-plugin
Surface execution timing in results
- Dominant language
- Python
- Stars
- 37
- Forks
- 22
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 7
Description
Neither `QCDLResult` nor its experiments carry any timing currently.
Populate timing from the cloud client's per-problem data (`Future` timing / problem info) -- per-experiment `time_taken` in the header and an aggregate `time_taken` on the `QCDLResult`. Note: `Result.date` is currently the result-assembly time, not the execution time; consider aligning it.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with QCDLResult and the experiment result structures, then trace the cloud client's Future/problem info to locate per-problem execution timing. Populate per-experiment and aggregate time_taken values, and evaluate whether Result.date should represent execution rather than assembly time. Done means results expose the requested timing consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100