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

Function printer_setPauliStrFormat

quest/src/core/printer.cpp:157–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155int global_pauliStrFormatFlag = 0;
156
157void printer_setPauliStrFormat(int flag) {
158
159 /// @todo
160 /// this could be changed to an enum, even though the
161 /// API will likely always receive an int (for C and
162 /// C++ agnosticism and simplicity - I hate polluting
163 /// an API with custom types and constants!).
164
165 global_pauliStrFormatFlag = flag;
166}
167
168
169

Callers 1

setReportedPauliStrStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected