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

Function createFullStateDiagMatr

quest/src/api/matrices.cpp:323–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323extern "C" FullStateDiagMatr createFullStateDiagMatr(int numQubits) {
324
325 return validateAndCreateCustomFullStateDiagMatr(numQubits, modeflag::USE_AUTO, modeflag::USE_AUTO, modeflag::USE_AUTO, __func__);
326}
327
328
329

Callers 3

SECTIONFunction · 0.85
SECTIONFunction · 0.85

Tested by

no test coverage detected