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

Function _applyMultiControlledGateMatrixN

quest/include/deprecated.h:1147–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145 _applyGateMatrixN(__VA_ARGS__)
1146
1147static inline void _applyMultiControlledGateMatrixN(Qureg qureg, int* ctrls, int numCtrls, int* targs, int numTargs, CompMatr u) {
1148 qreal eps = getValidationEpsilon();
1149 setValidationEpsilon(0);
1150 applyMultiControlledCompMatr(qureg, ctrls, numCtrls, targs, numTargs, u);
1151 setValidationEpsilon(eps);
1152}
1153
1154#define applyMultiControlledGateMatrixN(...) \
1155 _WARN_GENERAL_MSG( \

Callers

nothing calls this directly

Calls 3

getValidationEpsilonFunction · 0.85
setValidationEpsilonFunction · 0.85

Tested by

no test coverage detected