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

Reorder result bits from real devices #430

Merged
merged 10 commits into from
May 3, 2018

Commits on Apr 26, 2018

  1. Configuration menu
    Copy the full SHA
    6ba2230 View commit details
    Browse the repository at this point in the history
  2. add reordering tests

    lint
    ajavadia committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    8160725 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. qk -> qiskit

    Luciano Bello committed May 2, 2018
    Configuration menu
    Copy the full SHA
    b658084 View commit details
    Browse the repository at this point in the history
  2. SKIP_SLOW_TESTS

    Luciano Bello committed May 2, 2018
    Configuration menu
    Copy the full SHA
    5bc7fba View commit details
    Browse the repository at this point in the history
  3. check the status is COMPLETED before reordering

    Luciano Bello committed May 2, 2018
    Configuration menu
    Copy the full SHA
    5e99aed View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/QISKit/qiskit-sdk-py into…

    … reorder-result
    Luciano Bello committed May 2, 2018
    Configuration menu
    Copy the full SHA
    9edaf1a View commit details
    Browse the repository at this point in the history
  5. local_qiskit_simulator -> local_qasm_simulator

    Luciano Bello committed May 2, 2018
    Configuration menu
    Copy the full SHA
    14aa80c View commit details
    Browse the repository at this point in the history
  6. style

    Luciano Bello committed May 2, 2018
    Configuration menu
    Copy the full SHA
    08edcd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    832734c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Reorganize authentication in test_reordering

    Move the `_authenticate()` call to inside `TestBitReordering`, to avoid
    `_requires_qe_access` raising an `SkipTest` during test discovery
    (at module import time).
    diego-plan9 committed May 3, 2018
    Configuration menu
    Copy the full SHA
    661286e View commit details
    Browse the repository at this point in the history