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

Function util_getSorted

quest/src/core/utilities.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192vector<int> util_getSorted(vector<int> qubits) {
193
194 vector<int> copy = qubits;
195 std::sort(copy.begin(), copy.end());
196 return copy;
197}
198
199vector<int> util_getSorted(vector<int> ctrls, vector<int> targs) {
200

Calls 1

util_getConcatenatedFunction · 0.85

Tested by

no test coverage detected