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

Function validate_numReportedNewlinesAboveZero

quest/src/core/validation.cpp:1513–1516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1511}
1512
1513void validate_numReportedNewlinesAboveZero(const char* caller) {
1514
1515 assertThat(printer_getNumTrailingNewlines() > 0, report::INSUFFICIENT_NUM_REPORTED_NEWLINES, caller);
1516}
1517
1518void validate_numPauliChars(const char* paulis, const char* caller) {
1519

Callers 7

reportQuESTEnvFunction · 0.85
reportSuperOpFunction · 0.85
reportKrausMapFunction · 0.85
reportQuregParamsFunction · 0.85
reportQuregFunction · 0.85
validateAndPrintMatrixFunction · 0.85
reportPauliStrSumFunction · 0.85

Calls 2

assertThatFunction · 0.85

Tested by

no test coverage detected