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

Fix instruction inheritance issues #1908

Merged
merged 11 commits into from
Mar 10, 2019
Merged

Fix instruction inheritance issues #1908

merged 11 commits into from
Mar 10, 2019

Commits on Mar 4, 2019

  1. fix BasicAer sampling bug (#1624) (#1859)

    * fix BasicAer sampling bug (#1624)
    
    * fix BasicAer sampling bug
    
    * changelog
    
    * remove legacysimulator from test_compile
    
    Conflicts:
        CHANGELOG.rst
        test/python/tools/test_compiler.py
    
    The changelog conflicts were inevitable as the stable branch doesn't
    have the same history as master. As for the test conflict it was a
    difference in the simulator (python vs c++) used, this backport
    switches to use the python like on master.
    
    (cherry picked from commit 5f7b2e7)
    
    * Try pinning isort version
    
    * Use constraints from last working version of lint
    
    * Add requirements constraints too
    mtreinish authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    ed169e6 View commit details
    Browse the repository at this point in the history
  2. Bump version and prepare for 0.7.1 release (#1886)

    * Bump version and prepare for 0.7.1 release
    
    To prepare for the 0.7.1 bugfix release we need to increase the version
    number and update the changelog. This commit takes care of that so we
    can tag the release and build it.
    mtreinish authored and atilag committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    d5791fa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Addressed issue with instruction.py which prohibited inheritance of Q…

    …uantumRegisters and ClassicalRegisters
    Woody1193 committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    7f0e4e9 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    Woody1193 committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    55c49d9 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    Woody1193 committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    69433b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Merged with master

    Woody1193 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a53a576 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b75f01 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    05d258d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Fixed changelog

    Woody1193 committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    e9e25c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    12b51d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c54d85 View commit details
    Browse the repository at this point in the history