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

Function getAllReferenceProbabilities

tests/utils/measure.cpp:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 return out;
106}
107vector<qreal> getAllReferenceProbabilities(qvector state, vector<int> targets) { return getAllRefProbsInner(state, targets); }
108vector<qreal> getAllReferenceProbabilities(qmatrix state, vector<int> targets) { return getAllRefProbsInner(state, targets); }
109
110

Callers 1

SECTIONFunction · 0.85

Calls 1

getAllRefProbsInnerFunction · 0.85

Tested by

no test coverage detected