8000 Comparing 0.16.0.1...0.16.1 · Qiskit/qiskit-aer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Qiskit/qiskit-aer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.16.0.1
8000
Choose a base ref
...
head repository: Qiskit/qiskit-aer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.1
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 15, 2025

  1. Add wildcard (#2288)

    gadial authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    582407a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Add Python3.13 support and remove Python 3.8 support (#2287)

    * Add Python3.13 support and remove Python 3.8 support
    
    * Bump cvxpy version to one compatible with python 3.13
    
    * Release note
    gadial authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    b3d1aee View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

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

Commits on Jan 25, 2025

  1. Adjust QuantumError.to_dict() to handle lack of Instruction.condition (

    …#2301)
    
    * Adjust QuantumError.to_dict() to handle lack of Instruction.condition
    
    In Qiskit 2.0 the Instruction.condition attribute will be removed
    following it's deprecation in 1.3.0. This attribute has been superseded
    by the IfElseOp which covers the use case but offers more functionality.
    The removal is pending in Qiskit/qiskit#13506 and the use of qiskit-aer
    in Qiskit's tests is blocking progress on that PR. This commit makes the
    usage of .condition optional to maintain compatibility with Qiskit<2.0
    but also work in >=2.0 with the attribute removed.
    
    * Handle condition for AerJump as a custom attribute
    
    With the removal of .condition from the base instruction data model the
    .c_if() method was also removed. To handle the conditional jump that
    AerJump was used for a custom attribute .condition is added to the
    instruction. This enables retaining the functionality, but doesn't rely
    on the base data model to provide the attribute or method.
    mtreinish authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    1e86d65 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Version update to 0.16.1 (#2313)

    * Version update to 0.16.1
    
    * Update version in conf as well
    gadial authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    f1edeed View commit details
    Browse the repository at this point in the history
Loading
0