Quantum Computing on Arduino
In a recent article I wrote, “Quantum Computing on a Commodore 64 in 200 Lines of BASIC”, published both on Medium and Hackaday.com, shows a two-qubit quantum circuit emulator on the venerable Commodore 64, writing only 200 lines of code. The source code, available on GitHub, sparked a flurry of activity in the retro-computing community. Notably, enthusiasts have ported this proof-of-concept (POC) to 6502 assembly, Fortran, and even the ZX Spectrum. This follow-up article delves into the implications and the burgeoning community interest.
The initial project was a testament to the versatility and enduring relevance of classic computing platforms. The Commodore 64, with its limited resources, was pushed to simulate quantum mechanics, a domain typically reserved for high-powered modern computers. This endeavor not only showcases the potential for educational tools in quantum computing but also ignites a conversation about the untapped capabilities of vintage technology.
Since the article’s publication, the community response has been phenomenal. Programmers and hobbyists have taken the original BASIC code and adapted it to other languages and platforms. Notably:
These ports are more than just technical achievements; they represent a bridge between the past and future of computing.
The broad interest in these projects highlights a growing trend: using nostalgic tech to teach cutting-edge concepts. Schools and educational programs, often constrained by budgets, can utilize accessible retro hardware to introduce students to quantum computing principles. This hands-on approach, using tangible and less intimidating platforms, could demystify quantum computing and inspire the next generation of computer scientists.
The journey from a two-qubit quantum circuit emulator on a Commodore 64 to its adaptation across various old-school platforms is just the beginning. This fusion of past and future opens up new avenues for both education and hobbyist exploration. As we continue to push the boundaries of what these vintage machines can do, we’re not just revisiting the past; we’re redefining the future.
During my Quantum Computing journey, I often needed to simulate some quantum circuits; sometimes they are small, but some other times they are bigger enough ...
Despite it is sold as a non-cartographic handled GPS device, with limited storage capacity of 10 MB and the inability to expand it, the eTrex 10 GPS, like al...
Since the latest v0.1.18 version, the Qlasskit library offers two useful tool for circuit analysis and optimization.
In the last release of Qlasskit, I introduced a new feature able to export a qlassf function to a binary quadratic model (as bqm, qubo or ising model). This...
In early 2023, I embarked on a journey to explore the field of probabilistic computing. This endeavor culminated in the construction of a hardware prototype,...
Today, I’m going to show you how to use Qlasskit to create a quantum circuit able to search for Sudoku puzzle solutions.
In a recent article I wrote, “Quantum Computing on a Commodore 64 in 200 Lines of BASIC”, published both on Medium and Hackaday.com, shows a two-qubit quantu...
Traditionally, creating quantum circuits requires specialized knowledge in quantum programming. This requirement holds true when encoding a classical algorit...
In an age where companies are selling two-qubit quantum computers for a sum of money that would make your wallet recoil in horror, here we are, stepping off ...
This June I emerged as one of the top participants with 9 bounties collected (alongside another exceptional contributor) in the #UnitaryHack Hackathon, hoste...
A few days ago I came across a yt video discussing the ESA Copernicus program, a European initiative for monitoring earth via a satellite constellation. This...
Qiskit is a python SDK developed by IBM and allows everyone to create quantum circuits, simulate them locally and also run the quantum circuit on a real quan...
As someone noticed from the previous post, last weeks I started to write a new programming language for Tezos smart contracts. This project was initially int...
While writing a new programming language, it is often useful to write some real use-cases to test the syntax, the language expressiveness and the code cleann...
Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing
This is my new blog, based on jekyll. I’ll soon import old posts from my old blog.
Contractvm is a general-purpose decentralized framework based on blockchain. The framework allows to implement arbitrary decentralized applications in an eas...
Most of bitcoin dice software use a system to prove the fair play of the server for each bet. Most of them implement this mechanism using two seed (server se...
In the aim to merge two of my server on digitalocean, today I tried to write a mod_rewrite rule to redirect a secondary domain to a subfolder. After one hour...
MineML is a multithread CPU based bitcoin miner written in F#. At the moment it’s a slow implementation, but the class structure offers the possibility to im...