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

Function validate_controlsAndTwoTargets

quest/src/core/validation.cpp:3661–3665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3659 validate_controlsAndTargets(qureg, &ctrl, 1, targs, 2, caller);
3660}
3661void validate_controlsAndTwoTargets(Qureg qureg, int* ctrls, int numCtrls, int targ1, int targ2, const char* caller) {
3662
3663 int targs[] = {targ1, targ2};
3664 validate_controlsAndTargets(qureg, ctrls, numCtrls, targs, 2, caller);
3665}
3666
3667void validate_controlStates(int* states, int numCtrls, const char* caller) {
3668

Calls 1

Tested by

no test coverage detected