Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update request payload to API v0.3 #118

Merged
merged 3 commits into from Apr 17, 2023

Conversation

splch
Copy link
Collaborator

@splch splch commented Mar 24, 2023

Summary

Updates job submissions to use v0.3 spec. https://docs.ionq.com/v0.3

Details and comments

    ionq_json = {
        "lang": "json",
        "body": {
            ...
        },
        ...
    }

to

    ionq_json = {
        "input": {
            "format": "ionq.circuit.v0",
            ...
        },
        ...
    }

@splch splch merged commit 40a2a34 into qiskit-community:main Apr 17, 2023
11 checks passed
@splch splch deleted the update-request-v0.3 branch April 17, 2023 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant