Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

qiskit.pulse.transforms.remove_trivial_barriers

remove_trivial_barriers(schedule)

GitHub(opens in a new tab)

Remove trivial barriers with 0 or 1 channels.

Parameters

schedule (Schedule) – A schedule to remove trivial barriers.

Returns

A schedule without trivial barriers

Return type

schedule

Was this page helpful?
Report a bug or request content on GitHub.