Add support for IonQ v0.4 API
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.1k
- Forks
- 456
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 165
Description
I have been tasked by IonQ team to add support for v0.4 API. The new API is documented here: https://docs.ionq.com/api-reference/v0.4/introduction The old v0.3 API will be removed.
There is a new draft PR here: https://github.com/NVIDIA/cuda-quantum/pull/3456 which is work in progress.
I need some guidance on implementing the tests. As far as I can see there are C++ tests, Python tests and integration tests but I am not sure where the integration test results can be visualized? How can I execute integration tests locally? Also I am trying to figure our where should I add tests for the changes I am working on. Where can I find some recommendations on this?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the IonQ v0.4 API documentation and the draft PR #3456 to understand the support already in progress. Then inspect the repository’s C++ tests, Python tests, and integration tests, and find the documented way to run integration tests locally. Done means v0.4 support is covered by the appropriate tests and their results can be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- api, quantum-computing, testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100