Monday, February 19, 2024

Show HN: Qoord, a simple quantum circuit simulator https://ift.tt/3Ni7jtn

Show HN: Qoord, a simple quantum circuit simulator Hi! I built this to teach myself how a quantum circuit simulator works. It's about 1000 lines of Python, aiming to be understandable more than being fast or robust. It's not meant to compete with anything else - just a personal project to really get clear on the under-the-hood theory of qubits and quantum gates. https://ift.tt/siInurW February 20, 2024 at 12:18AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...