qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
111 stars 54 forks source link

Fix power() in subclass test for QuantumCircuit change (backport #172) #174

Closed mergify[bot] closed 5 months ago

mergify[bot] commented 5 months ago

Summary

Qiskit tests against main have been failing lint recently due to power() in QuantumCircuit gaining an extra parameter. With 1.1 going live shortly, where it will become the stable version tested against here, this amends the test to work and pass lint for existing versions of Qiskit e.g 0.46 and 1.0 as well as 1.1

Details and comments

As it's just a test case fix there is no reno needed. I marked this for backporting to stable as it will affect any builds done there once 1.1 releases.


This is an automatic backport of pull request #172 done by Mergify.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8965115888

Details


Totals Coverage Status
Change from base Build 8635185179: 0.0%
Covered Lines: 6488
Relevant Lines: 7157

💛 - Coveralls