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

Function main

examples/isolated/initialising_superoperators.cpp:131–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131int main() {
132
133 initQuESTEnv();
134
135 demo_createInlineSuperOp();
136 demo_setInlineSuperOp();
137 demo_setSuperOp();
138 demo_syncSuperOp();
139
140 finalizeQuESTEnv();
141 return 0;
142}

Callers

nothing calls this directly

Calls 6

initQuESTEnvFunction · 0.85
demo_createInlineSuperOpFunction · 0.85
demo_setInlineSuperOpFunction · 0.85
finalizeQuESTEnvFunction · 0.85
demo_setSuperOpFunction · 0.70
demo_syncSuperOpFunction · 0.70

Tested by

no test coverage detected