MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / error_attemptedToParseComplexFromInvalidString

Function error_attemptedToParseComplexFromInvalidString

quest/src/core/errors.cpp:821–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819 */
820
821void 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
826void error_attemptedToParseRealFromInvalidString() {
827

Callers 2

parser_isValidComplexFunction · 0.85
parser_parseComplexFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected