Introduction
Guides
API Reference
Circuit
bqskit.qis
bqskit.runtime
Pop a qudit from the circuit and all gates attached to it.
qudit_index (int) – The index of the qudit to pop.
int
IndexError – If qudit_index is out of range.
ValueError – If circuit only has one qudit.
None