Extend to_braket
to consider topology and the range of angles of native gates
#176
Labels
to_braket
to consider topology and the range of angles of native gates
#176
Follow issue #138, the
to_braket
function converts the input QIskit circuit into a Braket circuit that contains the backend's native gates. However, such conversion does not consider the topology of the device yet. The range of angle is also not considered by theto_braket
function. The output circuit ofto_braket
may currently contain angle not supported by the backend.What is the expected behavior?
When apply the
to_braket
function to a QIskit circuit, shown as the code snippet below,the output
braket_circuit
is a circuit in Braket Circuit class. The output Braket circuit should be equivalent to the input Qiskit circuit, but it only contains native gates of the device with the correct range of the angles. The two-qubit native gates apply only on the physical edge of the device.Acceptance criteria
The text was updated successfully, but these errors were encountered: