Utils
Utils.
The module contains the following tools:
LoopMode- Quantum loop mode.count_qubits()- Counting the number of conceptual qubits of your computer.
LoopMode
¶
count_qubits()
¶
Counting the number of conceptual qubits of your computer.
Conceptual qubit is quantum of algorithm (task) that is executed in iterations of a cycle in a separate processor thread.
Quantum of algorithm is a function for data processing.
Examples:
Returns:
| Type | Description |
|---|---|
int
|
The number of conceptual qubits. |