qiskit-addon-cutting
qiskit-addon-cutting copied to clipboard
Random generated circuit cannot be cut
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:
This is the figure of circuit
Cutqc is deprecated and no longer supported. Please use the new cut finder introduced with the 0.7 release series.
Closing all CutQC issues now that it has been removed.