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

Function setReportedPauliStrStyle

quest/src/api/debug.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166void setReportedPauliStrStyle(int flag) {
167 validate_envIsInit(__func__);
168 validate_reportedPauliStrStyleFlag(flag, __func__);
169
170 printer_setPauliStrFormat(flag);
171}
172
173
174

Callers 2

reportMyStructsFunction · 0.85
reportMyStructsFunction · 0.85

Calls 3

validate_envIsInitFunction · 0.85

Tested by

no test coverage detected