|
---
|
|
upgrade_transpiler:
|
|
- |
|
|
The pass ``qiskit.transpiler.passes.CXCancellation`` was removed. It was deprecated in favor of
|
|
class:`.InverseCancellation`, which is more generic.
|
|
``CXCancellation`` is fully semantically equivalent to ``InverseCancellation([CXGate()])``.
|