Code Monkey home page Code Monkey logo

jetsonnanoqiskit's Introduction

How to install qiskit on nvidia-jetson nano:

After a clean installation, follow the following steps:

  1. sudo apt update
  2. sudo apt update
  3. sudo apt install python3.8 nano
  4. sudo apt install python3-pip python3.8-dev
  5. python3.8 -m pip install --upgrade pip setuptools wheel psutil
  6. cd Downloads
  7. wget https://files.pythonhosted.org/packages/2e/e4/4e6d17c0e23139977e3aa654de5ca095742280d3c9668d7341345207417a/qiskit-0.34.0.tar.gz
  8. python3.8 -m pip install qiskit-0.34.0.tar.gz
  9. wget https://files.pythonhosted.org/packages/9d/b8/13830a3bc96ff2da54cc100e75d9842879c70c3c22cfb1dc58620ffdbd89/qiskit_aer-0.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  10. python3.8 -m pip install qiskit_aer-0.10.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  11. nano "home/user-name/.bashrc" (then write export LD_PRELOAD="~/.local/lib/python3.8/site-packages/qiskit_aer.libs/libgomp-d22c30c5.so.1.0.0" in the end of the file)
  12. It's okay

Run Qiskit

It can be only runned in python3.8

jetsonnanoqiskit's People

Contributors

alihakimtaskiran avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.