| 393 | */ |
| 394 | |
| 395 | void 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 | |
| 400 | void assert_bufferPackerGivenIncreasingQubits(int qubit1, int qubit2, int qubit3) { |
| 401 |
no test coverage detected