MCPcopy 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
84int 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

initQuESTEnvFunction · 0.85
finalizeQuESTEnvFunction · 0.85
demo_CompMatrFunction · 0.70
demo_DiagMatrFunction · 0.70
demo_FullStateDiagMatrFunction · 0.70

Tested by

no test coverage detected