Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ main
Function
main
examples/isolated/reporting_matrices.cpp:84–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
84
int main() {
85
86
initQuESTEnv();
87
88
demo_CompMatr();
89
demo_DiagMatr();
90
demo_FullStateDiagMatr();
91
92
finalizeQuESTEnv();
93
return 0;
94
}
Callers
nothing calls this directly
Calls
5
initQuESTEnv
Function · 0.85
finalizeQuESTEnv
Function · 0.85
demo_CompMatr
Function · 0.70
demo_DiagMatr
Function · 0.70
demo_FullStateDiagMatr
Function · 0.70
Tested by
no test coverage detected