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

Function setReportedPauliChars

quest/src/api/debug.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157
158void setReportedPauliChars(const char* paulis) {
159 validate_envIsInit(__func__);
160 validate_numPauliChars(paulis, __func__);
161
162 printer_setPauliChars(paulis);
163}
164
165
166void setReportedPauliStrStyle(int flag) {

Callers 2

reportMyStructsFunction · 0.85
reportMyStructsFunction · 0.85

Calls 3

validate_envIsInitFunction · 0.85
validate_numPauliCharsFunction · 0.85
printer_setPauliCharsFunction · 0.85

Tested by

no test coverage detected