qiskit-addon-cutting icon indicating copy to clipboard operation
qiskit-addon-cutting copied to clipboard

Random generated circuit cannot be cut

Open hang-dev opened this issue 1 year ago • 2 comments
trafficstars

I randomly generated a 10-bit quantum circuit with a depth of 88 and a number of two-qubit gates of 49, However, the cutting method cannot be found using the mip cutting searcher,What is the reason for this? Here is my qasm file and code random_qasm.txt cuts = cut_circuit_wires( circuit=circuit, method="automatic", max_subcircuit_width=9, max_cuts=100, num_subcircuits=[i for i in range(2, 10)], ) The error message is: b977eec892083a3fe27ef478699f2d5

hang-dev avatar Aug 14 '24 08:08 hang-dev

This is the figure of circuit image

hang-dev avatar Aug 15 '24 01:08 hang-dev

Cutqc is deprecated and no longer supported. Please use the new cut finder introduced with the 0.7 release series.

garrison avatar Aug 19 '24 01:08 garrison

Closing all CutQC issues now that it has been removed.

garrison avatar Sep 10 '24 16:09 garrison