| 767 | // though the postMultiply*() functions do not accept statevectors |
| 768 | if constexpr (Apply != rightapply) { |
| 769 | SECTION( LABEL_STATEVEC ) { |
| 770 | TEST_ON_CACHED_QUREGS(statevecQuregs, statevecRef, testFunc); |
| 771 | } |
| 772 | } |
| 773 | SECTION( LABEL_DENSMATR ) { |
| 774 | TEST_ON_CACHED_QUREGS(densmatrQuregs, densmatrRef, testFunc); |
no test coverage detected