QFT.num_qubits

property QFT.num_qubits: int

The number of qubits in the QFT circuit.

Return type

int

Returns

The number of qubits in the circuit.

Note

This method needs to be overwritten to allow adding the setter for num_qubits while still complying to pylint.