| 773 | } |
| 774 | |
| 775 | void error_utilsGetPrefixBraIndGivenNonDensMatr() { |
| 776 | |
| 777 | raiseInternalError("A function attempted to obtain the prefix index of a bra-qubit of a state-vector, as if it were a density matrix."); |
| 778 | |
| 779 | } |
| 780 | |
| 781 | void error_utilsGetPrefixBraIndGivenSuffixQubit() { |
| 782 |
no test coverage detected