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

Function error_attemptedToParseUnrecognisedPauliChar

quest/src/core/errors.cpp:841–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841void error_attemptedToParseUnrecognisedPauliChar() {
842
843 raiseInternalError("A function attempted to parse an unrecognised character as a Pauli operator. This should have been caught by prior validation.");
844}
845
846void error_couldNotReadFile() {
847

Callers 1

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected