Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
string getKrausOperatorIndStr(qindex ind) {
483
484
return
"[matrix "
+ toStr(ind) +
"]"
;
485
}
486
487
488
vector<string> getBasisKets(qindex startInd, qindex numInds) {
Callers
1
print_elems
Function · 0.85
Calls
1
toStr
Function · 0.85
Tested by
no test coverage detected