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

Function getKrausOperatorIndStr

quest/src/core/printer.cpp:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480
481
482string getKrausOperatorIndStr(qindex ind) {
483
484 return "[matrix " + toStr(ind) + "]";
485}
486
487
488vector<string> getBasisKets(qindex startInd, qindex numInds) {

Callers 1

print_elemsFunction · 0.85

Calls 1

toStrFunction · 0.85

Tested by

no test coverage detected