MCPcopy 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

145string global_pauliChars = "IXYZ";
146
147void printer_setPauliChars(string newChars) {
148
149 global_pauliChars = newChars;
150}
151
152
153// user specified Pauli string format

Callers 1

setReportedPauliCharsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected