Split Circuit
Split a large quantum circuit into smaller sub-circuits using circuit cutting.
Useful for circuits that exceed the qubit limit of available simulators or QPU devices. The sub-circuits can be executed independently and their results recombined.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
code
Python code containing the quantum circuit
Response
Successful Response
success
num_sub_circuits
sub_circuits
split_strategy
original_qubit_count
original_depth
num_cuts
sampling_overhead
cut_type
sub_circuit_qubit_maps
Errors
422
Unprocessable Entity Error