quri_parts.braket.backend.transpiler module#

class AwsDeviceTranspiler(device)#

Bases: SequentialTranspiler

CircuitTranspiler to convert a circuit configuration suitable for the AwsDevice.

Parameters:

device (AwsDevice) – Target AwsDevice Object.

Note

This transpiler decomposes also CZ gates only if the device does not support CZ gates.