You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If wire cut and gate cut both follow the same rules for the decomposition of gates, why is it so hard to cut some certain quantum circuits(for example, vqe_uccsd_n4 in QASMBench) using wire cut while it is more efficient to cut by gate cut. (not sure if I understand the wire cut and gate cut correctly; I applied the "Gate Cutting to Reduce Circuit Width" and "Automatically find cuts" for the implementation above, and set the subcircuit size as 2 for both)
The text was updated successfully, but these errors were encountered:
If wire cut and gate cut both follow the same rules for the decomposition of gates, why is it so hard to cut some certain quantum circuits(for example, vqe_uccsd_n4 in QASMBench) using wire cut while it is more efficient to cut by gate cut. (not sure if I understand the wire cut and gate cut correctly; I applied the "Gate Cutting to Reduce Circuit Width" and "Automatically find cuts" for the implementation above, and set the subcircuit size as 2 for both)
The text was updated successfully, but these errors were encountered: