Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ printer_setPauliChars
Function
printer_setPauliChars
quest/src/core/printer.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
string global_pauliChars =
"IXYZ"
;
146
147
void printer_setPauliChars(string newChars) {
148
149
global_pauliChars = newChars;
150
}
151
152
153
// user specified Pauli string format
Callers
1
setReportedPauliChars
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected