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

Function setKrausMap

quest/src/api/channels.cpp:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308
309extern "C" void setKrausMap(KrausMap map, qcomp*** matrices) {
310 validate_krausMapFields(map, __func__);
311
312 setAndSyncKrausMapElems(map, matrices);
313}
314
315
316void setKrausMap(KrausMap map, vector<vector<vector<qcomp>>> matrices) {

Callers 6

SECTIONFunction · 0.85
SECTIONFunction · 0.85
_mixMultiQubitKrausMapFunction · 0.85
_setKrausMapFromArrFunction · 0.85
demo_setKrausMapFunction · 0.85
demo_setKrausMapFunction · 0.85

Calls 3

validate_krausMapFieldsFunction · 0.85
setAndSyncKrausMapElemsFunction · 0.85

Tested by

no test coverage detected