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.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
codestringRequired
Python code containing the quantum circuit

Response

Successful Response
successboolean
num_sub_circuitsinteger
sub_circuitslist of strings
split_strategystringOptional
original_qubit_countintegerOptional
original_depthintegerOptional
num_cutsintegerOptional
sampling_overheaddoubleOptional
cut_typestringOptional
sub_circuit_qubit_mapslist of lists of integersOptional

Errors

422
Unprocessable Entity Error