Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void setReportedPauliStrStyle(int flag) {
167
validate_envIsInit(__func__);
168
validate_reportedPauliStrStyleFlag(flag, __func__);
169
170
printer_setPauliStrFormat(flag);
171
}
172
173
174
Callers
2
reportMyStructs
Function · 0.85
reportMyStructs
Function · 0.85
Calls
3
validate_envIsInit
Function · 0.85
validate_reportedPauliStrStyleFlag
Function · 0.85
printer_setPauliStrFormat
Function · 0.85
Tested by
no test coverage detected