Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
5.1k stars 2.34k forks source link

docs: ensure CollectAndCollapse is part of the public API #13071

Closed mrossinek closed 4 weeks ago

mrossinek commented 4 weeks ago

Summary

As discussed offline, this ensures that the CollectAndCollapse transpiler pass is actually part of the public API.

Details and comments

I am not sure whether this requires a release note... :thinking:

qiskit-bot commented 4 weeks ago

One or more of the following people are relevant to this code:

coveralls commented 4 weeks ago

Pull Request Test Coverage Report for Build 10668553853

Details


Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 5 92.48%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 10667735969: 0.02%
Covered Lines: 71841
Relevant Lines: 80573

💛 - Coveralls
mrossinek commented 4 weeks ago

Thanks Max. If you feel like a release note would be particularly useful to people, feel free to add one, but we probably don't really need one - this was announced as if it were public API, already was intended to be, and we don't typically have release notes for documentation-only changes.

Let me know either way and I'll tag for merge.

Sounds good :+1: I don't think a release note would add much value here so I would go with this as is