Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unnecessary matrix construction in
Split2qUnitaries
(#13378)
During the transition of this pass to Rust, the matrix creation was accidentally moved before the check of whether the pass would operate on the node. This wastes time and allocations on creating matrices that will not be further examined.
- Loading branch information