When using Quartz for quantum circuit simulation compilation, I encountered the message: "1 qubit cannot become global efficiently in this stage." The issue occurs at [this line](
|
if (num_global_qubits_not_global > 0) { |
). I don't fully understand under what circumstances this problem arises. Will this affect the correctness of the final circuit partitioning result? In other words, if this error appears, does it mean that the final partitioning result is incorrect?
When using Quartz for quantum circuit simulation compilation, I encountered the message: "1 qubit cannot become global efficiently in this stage." The issue occurs at [this line](
quartz/src/quartz/simulator/schedule.cpp
Line 2812 in cac0d3a