[ENH] specify circuit name for transpiler output #2745
Labels
good first issue
Good for newcomers
status: pending PR
It has one or more PRs pending to solve this issue
new_circuit = transpile(circuit)
will return a new circuit, but with the same name as the original circuit. It is convenient if an option existed for specifying the output circuit's name.This would be handy for example when:
Currently the output is a list of 5 circuits, all named the same.
The text was updated successfully, but these errors were encountered: