Graph-based approach to quantum program type conversions.
ConversionGraph
can be customized by the user.
ConversionGraph
:
conversions
list:
ConversionScheme
data class details information about conversion configurations, such as numbers of nodes and edges, as well as max depth.
qbraid.transpile
function, simply pass in the name of the target package from one of qbraid.QPROGRAM_ALIASES
. For example, use input "cirq"
to return a cirq.Circuit
:
"pyquil"
to return a pyquil.quil.Program
: