You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the BasisTranslator is written primarily in Rust but still has some dependency on Python. We need to have an implementation that doesn't rely on Python when being called from the C API and then add a standalone function to the C API as described in #14245.
What should we add?
Right now the
BasisTranslatoris written primarily in Rust but still has some dependency on Python. We need to have an implementation that doesn't rely on Python when being called from the C API and then add a standalone function to the C API as described in #14245.Pre-requisites:
ParameterExpression#13267QuantumCircuitclassical variables and stretches to Rust inCircuitData#14299substitute_node_with_dag#14512StandardEquivalenceLibrarydefinition to Rust #14812Current work
substitute_node_with_dagto DAGCircuit #14766EquivalenceLibrary#14823EquivalenceLibraryto Rust #14836BasisTranslatorrust-native. #14659BasisTranslator#14874