As you know, the core of the SwissQuantumPi simulator has been written in R language. R provides a lot of advantages in terms of performance, code quality and available scientific libraries. But it can be hard and dry for the regular programmer and most of quantum geeks are rather Python addicts. Moreover there are a […]
SwissQuantumPi: Introducing QCSimulator
The code for the QCSimulator package is also available at Github QCSimulator. QCSimulator is also on CRAN. Thanks to Tinniam. The first you have to do is to install the QCSimulator R Package. As it’s on CRAN, it’s as easy in R as an apt-get in Debian: If you get the message: Answer ‘yes’ twice. Take […]
SwissQuantumPi: Installation of R
First, we have to get the version of R available in the Raspbian repo. Wait a little bit, the package size is more than 60 MB. With a clean new Raspian installation, you should have no error message. If you get any error, please burn a new MicroSD card with a fresh Raspbian image. Then […]
SwissQuantumPi: Configuring SSH
To remotely access to your Raspberry Pi, you need to enable SSH first. Follow the steps below to learn how to enable SSH on your Raspberry Pi without a screen. We will also show you how to find the IP address of your Raspberry Pi and how to open a SSH connection. You’ll need a SSH […]
SwissQuantumPi: A Quantum Simulator on Raspberry Pi
In 2016, a brilliant Indian software engineer, Tinniam V Ganesh, released QCSimulator, its 5-qubit quantum simulator based on R. Raspberry Pi 4 last release provides an amazing Quad Core Cortex-A72 (ARM v8) 64-bit @ 1.5GHz with 4 GB LPDDR4-3200 SDRAM for $60 with Debian Linux distribution. Instead of building one more Kodi box or Tor node […]