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

Add RFC for v2 providers interface and prepare for new services APIs #2

Closed
wants to merge 12 commits into from

Commits on Jan 22, 2020

  1. Add RFC for v2 providers interface

    This commit adds an rfc for implementing a new providers interface. The
    goal of this rfc is to document how we evolve the interface between
    qiskit and providers moving forward to be something that is faster and
    easier to work with.
    mtreinish committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8b50155 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Add missing details

    mtreinish committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    613bc00 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Apply suggestions from code review

    Co-Authored-By: Thomas Alexander <thomasalexander2718@gmail.com>
    mtreinish and taalexander authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5eadaa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. More updates from review

    mtreinish committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d854980 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Add feedback from terra issue

    A new Terra issue Qiskit/qiskit#4105 was opened that has partial
    overlap with the work being done here. It had some good ideas that
    would make the v2 interface a better fit for a world where there are
    backends that do more than just run circuits (or pulse schedules). This
    commit starts the process of integrating the ideas from that into the
    larger refactor pending for the provider interface.
    mtreinish committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c263b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467dda0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    101ce2a View commit details
    Browse the repository at this point in the history
  4. Clean up results and jobs section

    The job/result section was poorly worded and structured, leading to some
    confusion about the intention to combine the 2 classes. This commit
    updates the sdection to try and make it better written.
    mtreinish committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2a1ccd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Update RFC from review comments and PoC

    Between the PoC/WIP PR Qiskit/qiskit#4485
    and recent review comments there has been a lot of feedback made on
    the earlier versions of this RFC. This commit updates the RFC to take
    much of that into account and also provide a clearer definition on some
    aspects of the proposal.
    mtreinish committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    1b008d0 View commit details
    Browse the repository at this point in the history
  2. Update text/###-v2-provider-interface-and-supporting-new-service-apis.md

    Co-authored-by: Juan Gomez <atilag@gmail.com>
    mtreinish and atilag authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    dac1471 View commit details
    Browse the repository at this point in the history
  3. Finish dangling thought

    mtreinish committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    ef9dcdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f9621c View commit details
    Browse the repository at this point in the history