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

Function _setInlineKrausMap

quest/include/channels.h:517–520  ·  view source on GitHub ↗

@private

Source from the content-addressed store, hash-verified

515
516 /// @private
517 static inline void _setInlineKrausMap(KrausMap map, int numQb, int numOps, qcomp elems[numOps][1<<numQb][1<<numQb]) {
518 _validateParamsToSetInlineKrausMap(map, numQb, numOps);
519 _setKrausMapFromArr(map, elems);
520 }
521
522 /// @private
523 static inline void _setInlineSuperOp(SuperOp op, int numQb, qcomp elems[1<<(2*numQb)][1<<(2*numQb)] ) {

Callers

nothing calls this directly

Calls 2

_setKrausMapFromArrFunction · 0.85

Tested by

no test coverage detected