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
wire_names stores the qubit names, and Gate.qubits contains the index of the target qubit names in wire_names. However, wire_names is currently ignored during the transpilation process. The transpilation needs to be updated to ensure consistency across Qibo.
This update should include:
Integration of wire_names with initial_layout and final_layout.
wire_names
stores the qubit names, andGate.qubits
contains the index of the target qubit names inwire_names
. However,wire_names
is currently ignored during the transpilation process. The transpilation needs to be updated to ensure consistency across Qibo.This update should include:
wire_names
withinitial_layout
andfinal_layout
.wire_names
andconnectivity
.wire_names
in theQibolabBackend
Use ofwire_names
qibolab#1073Related Issues
#1440 (comment)
#1440 (comment)
#1429
References
#1440 (comment) #1440 (comment)
The text was updated successfully, but these errors were encountered: