MCPcopy 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
210extern "C" void destroyKrausMap(KrausMap map) {
211 validate_krausMapFields(map, __func__);
212
213 freeKrausMap(map);
214}
215
216
217

Callers 12

SECTIONFunction · 0.85
SECTIONFunction · 0.85
SECTIONFunction · 0.85
deprecated.hFile · 0.85
_mixMultiQubitKrausMapFunction · 0.85
demo_setKrausMapFunction · 0.85
demo_syncKrausMapFunction · 0.85
demo_setInlineKrausMapFunction · 0.85
demo_setKrausMapFunction · 0.85
demo_syncKrausMapFunction · 0.85

Calls 2

validate_krausMapFieldsFunction · 0.85
freeKrausMapFunction · 0.85

Tested by

no test coverage detected