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

V4: feat!: Use ExecutionOptions parameter to configure how jobs are submitted and retrieved from a QPU #1598

Merged
merged 8 commits into from
Jul 7, 2023

Commits on Jun 23, 2023

  1. feat!: When running against a QPU, a qcs_sdk.api.ConnectionStrategy can

    be used to configure how a connection established.
    MarquessV committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1cd524b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. switch to ExecutionOptions

    MarquessV committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9b13309 View commit details
    Browse the repository at this point in the history
  2. re-export ExecutionOptions

    MarquessV committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e96c994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b976297 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. update qcs-sdk-python

    MarquessV committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b004ca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c91f56a View commit details
    Browse the repository at this point in the history
  3. fix mypy errors

    MarquessV committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a08d5d9 View commit details
    Browse the repository at this point in the history
  4. clarify docstring

    Co-authored-by: Kalan <[email protected]>
    MarquessV and kalzoo committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    37df964 View commit details
    Browse the repository at this point in the history