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

Function error_utilsGetPrefixBraIndGivenNonDensMatr

quest/src/core/errors.cpp:775–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775void 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
781void error_utilsGetPrefixBraIndGivenSuffixQubit() {
782

Callers 1

util_getPrefixBraIndFunction · 0.85

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected