Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ destroyKrausMap
Function
destroyKrausMap
quest/src/api/channels.cpp:210–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
209
210
extern
"C"
void destroyKrausMap(KrausMap map) {
211
validate_krausMapFields(map, __func__);
212
213
freeKrausMap(map);
214
}
215
216
217
Callers
12
SECTION
Function · 0.85
SECTION
Function · 0.85
SECTION
Function · 0.85
deprecated.h
File · 0.85
_mixMultiQubitKrausMap
Function · 0.85
initialising_krausmaps.c
File · 0.85
demo_setKrausMap
Function · 0.85
demo_syncKrausMap
Function · 0.85
demo_createInlineKrausMap
Function · 0.85
demo_setInlineKrausMap
Function · 0.85
demo_setKrausMap
Function · 0.85
demo_syncKrausMap
Function · 0.85
Calls
2
validate_krausMapFields
Function · 0.85
freeKrausMap
Function · 0.85
Tested by
no test coverage detected