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

Function validate_numInitRandomPureStates

quest/src/core/validation.cpp:4223–4226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4221}
4222
4223void validate_numInitRandomPureStates(qindex numPureStates, const char* caller) {
4224
4225 assertThat(numPureStates >= 1, report::INVALID_NUM_INIT_PURE_STATES, {{"${NUM_STATES}", numPureStates}}, caller);
4226}
4227
4228
4229

Callers 1

initRandomMixedStateFunction · 0.85

Calls 1

assertThatFunction · 0.85

Tested by

no test coverage detected