Open
Description
Part of integration with hardware needs to be able to determine the number of qubits (given arguments). IMO we have two options:
- Error if we cannot statically infer the number of qubits at compile time
- Run a dummy interpreter that keeps track of the total number of qubits used during execution.