Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to
SymbolTable::gates
function (#217)
* Filter U gate from output of SymbolTable::gates The Qiskit importer otherwise needs to filter this gate out. Other consumers probably would do so as well. If it is useful in antother context, we can add an option to include the U gate Review comment: Qiskit/qiskit#12087 (comment) * Use impl trait for SymbolTable::gate return type So we return an iterator, not a `Vec`.
- Loading branch information