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

Function destroySuperOp

quest/src/api/channels.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203extern "C" void destroySuperOp(SuperOp op) {
204 validate_superOpFields(op, __func__);
205
206 freeSuperOp(op);
207}
208
209
210extern "C" void destroyKrausMap(KrausMap map) {

Callers 9

SECTIONFunction · 0.85
SECTIONFunction · 0.85
demo_createInlineSuperOpFunction · 0.85
demo_setInlineSuperOpFunction · 0.85
demo_setSuperOpFunction · 0.85
demo_syncSuperOpFunction · 0.85
demo_setSuperOpFunction · 0.85
demo_syncSuperOpFunction · 0.85

Calls 2

validate_superOpFieldsFunction · 0.85
freeSuperOpFunction · 0.85

Tested by

no test coverage detected