Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
extern
"C"
void destroySuperOp(SuperOp op) {
204
validate_superOpFields(op, __func__);
205
206
freeSuperOp(op);
207
}
208
209
210
extern
"C"
void destroyKrausMap(KrausMap map) {
Callers
9
SECTION
Function · 0.85
SECTION
Function · 0.85
demo_createInlineSuperOp
Function · 0.85
demo_setInlineSuperOp
Function · 0.85
demo_setSuperOp
Function · 0.85
demo_syncSuperOp
Function · 0.85
initialising_superoperators.c
File · 0.85
demo_setSuperOp
Function · 0.85
demo_syncSuperOp
Function · 0.85
Calls
2
validate_superOpFields
Function · 0.85
freeSuperOp
Function · 0.85
Tested by
no test coverage detected