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

Function print_header

quest/src/core/printer.cpp:1431–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431void print_header(CompMatr1 m, size_t numBytes) { printMatrixHeader(m, numBytes); }
1432void print_header(CompMatr2 m, size_t numBytes) { printMatrixHeader(m, numBytes); }
1433void print_header(CompMatr m, size_t numBytes) { printMatrixHeader(m, numBytes); }
1434void print_header(DiagMatr1 m, size_t numBytes) { printMatrixHeader(m, numBytes); }

Callers 5

reportSuperOpFunction · 0.85
reportKrausMapFunction · 0.85
reportQuregFunction · 0.85
validateAndPrintMatrixFunction · 0.85
reportPauliStrSumFunction · 0.85

Calls 10

printMatrixHeaderFunction · 0.85
getQuESTEnvFunction · 0.85
printHeaderFunction · 0.85
getNumQubitsStrFunction · 0.85
getNumMatrixElemsStrFunction · 0.85
getMemoryCostsStrFunction · 0.85
toStrFunction · 0.85
getProductStrFunction · 0.85
getQuregTypeStrFunction · 0.85
powerOf2Function · 0.85

Tested by

no test coverage detected