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

Function error_attemptedToParseOutOfRangeReal

quest/src/core/errors.cpp:831–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void error_attemptedToParseOutOfRangeReal() {
832
833 raiseInternalError("A function attempted to parse a string to a qreal but the numerical value of the string literal exceeded the range of the qreal. This should have been caught by prior user validation.");
834}
835
836void error_attemptedToParsePauliStringFromInvalidString() {
837

Callers 1

parser_parseRealFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected