quri_parts.braket.backend.transpiler module#
- class quri_parts.braket.backend.transpiler.AwsDeviceTranspiler(device: AwsDevice)#
Bases:
SequentialTranspiler
CircuitTranspiler to convert a circuit configuration suitable for the AwsDevice.
- Parameters:
device – Target AwsDevice Object.
Note
This transpiler decomposes also CZ gates only if the device does not support CZ gates.