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

Function error_noCtrlsGivenToBufferPacker

quest/src/core/errors.cpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 */
394
395void error_noCtrlsGivenToBufferPacker() {
396
397 raiseInternalError("A function attempted to (superfluously) pack the communication buffer but specified no control qubits, which would lead to the buffer being entirely filled and leave no room to receive amps.");
398}
399
400void assert_bufferPackerGivenIncreasingQubits(int qubit1, int qubit2, int qubit3) {
401

Callers 1

Calls 1

raiseInternalErrorFunction · 0.85

Tested by

no test coverage detected