qiskit-community / qiskit-algorithms

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

Remove entangler map test #107

Closed ElePT closed 11 months ago

ElePT commented 11 months ago

Summary

This PR removes the entangler map test, which used to test the entangler_map utilities in qiskit.utils and was probably kept under the algorithm tests for historical reasons. These utilities are soon to be removed in Qiskit 1.0 and not really used anywhere in qiskit_algorithms, so I believe that this test can be removed without further consequence.

Details and comments

Related to:

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 7005792383


Totals Coverage Status
Change from base Build 6930870989: 0.0%
Covered Lines: 6464
Relevant Lines: 7137

💛 - Coveralls