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

Function localiser_statevec_anyCtrlPhaseGadget

quest/src/core/localiser.cpp:1356–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354
1355
1356void localiser_statevec_anyCtrlPhaseGadget(Qureg qureg, vector<int> ctrls, vector<int> ctrlStates, vector<int> targs, qcomp phase) {
1357
1358 bool isGadget = true;
1359 anyCtrlZTensorOrGadget(qureg, ctrls, ctrlStates, targs, isGadget, phase);
1360}
1361
1362
1363void localiser_statevec_anyCtrlPauliGadget(Qureg qureg, vector<int> ctrls, vector<int> ctrlStates, PauliStr str, qcomp phase) {

Calls 1

anyCtrlZTensorOrGadgetFunction · 0.85

Tested by

no test coverage detected