Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create 64 bit version #51

Open
JanLahmann opened this issue May 20, 2021 · 1 comment
Open

create 64 bit version #51

JanLahmann opened this issue May 20, 2021 · 1 comment

Comments

@JanLahmann
Copy link
Owner

Qiskit can also be installed on the 64 bit version of Raspberry Pi OS, https://downloads.raspberrypi.org/raspios_arm64/images/
Need to check if all other components work as well on 64 bit OS.
Then decide whether to make 64 bit the default for RasQberry.

pip3 install --upgrade pip
sudo apt -y install libhdf5-dev llvm-9
LLVM_CONFIG=llvm-config-9 pip3 install llvmlite
pip3 install --prefer-binary qiskit[all]==0.26.*
pip3 list | grep qiskit
@gubiithefish
Copy link
Contributor

This change will also allow for further optimizations in Python Scripts (e.g. the Fractal Demo) as data-heavy computations can be converted to using Numba over Numpy as Numba is more or less only compatible with a 64-bit OS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants