| 819 | */ |
| 820 | |
| 821 | void error_attemptedToParseComplexFromInvalidString() { |
| 822 | |
| 823 | raiseInternalError("A function attempted to parse a string to a qcomp but the string was not validly formatted. This should have been caught by prior user validation."); |
| 824 | } |
| 825 | |
| 826 | void error_attemptedToParseRealFromInvalidString() { |
| 827 |
no test coverage detected