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
New mapper for the IBM Quantum Experience chip which extends the possible options for applying a CNOT gate by taking into account the new hardware restrictions of the current chip. The interface is changed to support QASM 2.0.
Changes
Changed code style guidelines to indentation using 4 spaces and updated all the code.
Breaking Changes
Decompositions rules are not global anymore which makes testing a lot easier. Compared to the previous version, the initializer of the AutoReplacer now requires a decomposition rule set as an input parameter.