Python
The thin slice of Python that quantum work demands. Dictionaries for counts, enough OOP to read Qiskit, and turning raw output into something useful.
Posts
-
23:06 Quantum Computing I could not find a place to practise Qiskit, so I built one
Every Qiskit tutorial I found was written for a version that no longer runs. So I built twenty exercises that check your answer by inspecting the objects your code produces.
-
14:44 Quantum Computing The Python you actually need for quantum computing
Dictionaries for counts, just enough OOP to read Qiskit, and NumPy as the bridge. The thin slice that matters, nothing else.