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

Function validate_reportedPauliStrStyleFlag

quest/src/core/validation.cpp:1528–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528void validate_reportedPauliStrStyleFlag(int flag, const char* caller) {
1529
1530 assertThat(flag==0 || flag==1, report::INVALID_REPORTED_PAULI_STR_STYLE_FLAG, {{"${FLAG}",flag}}, caller);
1531}
1532
1533
1534

Callers 1

setReportedPauliStrStyleFunction · 0.85

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected