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

Function getRandomOrthonormalStateVectors

tests/utils/random.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302vector<qvector> getRandomOrthonormalStateVectors(int numQb, int numStates) {
303
304 return getRandomOrthonormalVectors(getPow2(numQb), numStates);
305}
306
307
308qmatrix getRandomDensityMatrix(int numQb) {

Callers 1

SECTIONFunction · 0.85

Calls 2

getPow2Function · 0.85

Tested by

no test coverage detected