What is the expected enhancement?
Currently, when converting from properties of a Braket device to a Qiskit target object, the implementation in adapter.py references the JaqcdDeviceActionProperties. We should instead use the OpenQASMDeviceActionProperties which can be retrieved using DeviceActionType.OPENQASM.
What is the expected enhancement?
Currently, when converting from properties of a Braket device to a Qiskit target object, the implementation in adapter.py references the
JaqcdDeviceActionProperties. We should instead use theOpenQASMDeviceActionPropertieswhich can be retrieved usingDeviceActionType.OPENQASM.