Adds qubit discarding and qubit creation operations. See the corresponding test test_creating_and_discarding to get an idea how this is supposed to work; qubits are created using a "create" operation and discarded using a discard operation and indices are tracked internally.
Adds qubit discarding and qubit creation operations. See the corresponding test
test_creating_and_discarding
to get an idea how this is supposed to work; qubits are created using a"create"
operation and discarded using adiscard
operation and indices are tracked internally.