Take a look at the current conversion graph, or browse through the qbraid.transpiler.conversions module. Identify nodes and/or edges that are missing, and add the new conversion(s) (and program type(s), if applicable) to the qBraid transpiler.
To close this issue, either introduce 1 new conversion written from scratch, or 4 new conversions that use dependency "extras". For example, braket_to_cirq is written from scratch, while pytket_to_qiskit uses a dependency "extra" (i.e. outsources the conversion to pytket-qiskit).
Please comment below what conversion(s) you plan on implementing, and get approval before opening a PR.
Take a look at the current conversion graph, or browse through the
qbraid.transpiler.conversionsmodule. Identify nodes and/or edges that are missing, and add the new conversion(s) (and program type(s), if applicable) to the qBraid transpiler.To close this issue, either introduce 1 new conversion written from scratch, or 4 new conversions that use dependency "extras". For example,
braket_to_cirqis written from scratch, whilepytket_to_qiskituses a dependency "extra" (i.e. outsources the conversion topytket-qiskit).Please comment below what conversion(s) you plan on implementing, and get approval before opening a PR.