GithubHelp home page GithubHelp logo

rubenandrebarreiro / summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020 Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 6.0 156.82 MB

⚛️ ⚗️ 👨‍🏫 A project based in Quantum Physics/Mechanics, Quantum Information Science, Quantum Theory, Quantum Chemistry and Quantum Computing. This project was developed as part of the Summer School on Quantum Computing: Software for Near Term Quantum Devices 2020, realized by UIMP (Universidad Internacional Menéndez Pelayo), with the support of some staff from CSIC (Consejo Superior de Investigaciones Científicas), IBM (most specifically, IBM Zurich Research Labs) and Quantum Flagship, among others, via Web Video Conferences, with Presentations, Practical Exercises and a Final Project about some topics, related to Quantum Information Science, Quantum Theory, Quantum Chemistry and Quantum Computing.

License: MIT License

Jupyter Notebook 100.00%
quantum-physics quantum-mechanics quantum-information-science quantum-theory quantum-chemistry quantum-computing quantum-algorithms physics mechanics information

summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020's Introduction

Summer School on Quantum Computing:

Software for Near Term Quantum Devices 2020

(August 31, 2020 - September 4, 2020)

https://raw.githubusercontent.com/rubenandrebarreiro/summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020/master/imgs/JPGs/banner-1.jpg

Summer School on Quantum Computing: Software for Near Term Quantum Devices 2020 - Banner #1

Current Status

contributor for this repository developed in with support of current version

status of this version no. 1 status of this version no. 2 status of this version no. 3 status of this version no. 4

keyword of this version no. 1 keyword of this version no. 2 keyword of this version no. 3 keyword of this version no. 4

technology used no. 1 technology used no. 2 software used no. 1 software used no. 2

star this repository fork this repository downloads of this repository price of this project

Current Progress of the Project

current progress of this project

Description

A project based in Quantum Physics/Mechanics, Quantum Information Science, Quantum Theory, Quantum Chemistry and Quantum Computing. This project was developed as part of the Summer School on Quantum Computing: Software for Near Term Quantum Devices 2020, realized by UIMP (Universidad Internacional Menéndez Pelayo), with the support of some staff from CSIC (Consejo Superior de Investigaciones Científicas), IBM (most specifically, IBM Zurich Research Labs), Xanadu AI, Frei Universität Berlin, IFAE, Ikerbasque, University of KwaZulu-Natal and Quantum Flagship, among others, via Web Video Conferences, with Presentations, Practical Exercises and a Final Project about some topics, related to Quantum Information Science, Quantum Theory, Quantum Chemistry and Quantum Computing.

Screenshots

https://raw.githubusercontent.com/rubenandrebarreiro/summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020/master/imgs/JPGs/screenshot-1.jpg

Summer School on Quantum Computing: Software for Near Term Quantum Devices 2020 - Screenshot #1

https://raw.githubusercontent.com/rubenandrebarreiro/summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020/master/imgs/JPGs/screenshot-2.jpg

Summer School on Quantum Computing: Software for Near Term Quantum Devices 2020 - Screenshot #2

Getting Started

Prerequisites

To install and run this application, you will need:

The Git feature and/or a third-party Git Client based GUI, like:

Installation

To install this application, you will only need to download or clone this repository and run the application locally:

You can do it downloading the .zip file in download section of this repository.

Or instead, by cloning this repository by a Git Client based GUI, using HTTPS or SSH, by one of the following link:

https://github.com/rubenandrebarreiro/summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020.git
[email protected]:rubenandrebarreiro/summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020.git

Or even, by running one of the following commands in a Git Bash Console:

git clone https://github.com/rubenandrebarreiro/gsummer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020.git
git clone [email protected]:rubenandrebarreiro/summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020.git

After this, you need to create the necessary Conda Environment and install the required/used Libraries for Mathematics, Data Science, Biology, Chemistry, Quantum Information Science and Quantum Computing, based in the Python Programming Language.

First of all, it's necessary to download the Anaconda Data Science Platform and install it, from the following link:

After install the Anaconda Data Science Platform, open the Anaconda Prompt and type the following commands, in order to, create the necessary environment and install the required/used Python Libraries:

  1. Create the Conda Environment with the name "quantum-computing-summer-school-2020" (or, other name you prefer):
conda create --name quantum-computing-summer-school-2020

NOTE: After a while, should prompted in the Anaconda Prompt, and you should type 'y' and type ENTER:

Proceed ([y]/n)? y
  1. Activate the previously created Conda Environment:
conda activate quantum-computing-summer-school-2020
  1. Install some basic Libraries and Software based on Python:
conda install numpy scipy cython matplotlib nose jupyter notebook spyder

NOTE: After a while, should prompted in the Anaconda Prompt, and you should type 'y' and type ENTER:

Proceed ([y]/n)? y
  1. Install and upgrade the pip Library based on Python:
python -m pip install --upgrade pip --user
  1. Add the Conda-Forge Channel to the current activated Conda Environment:
conda config --append channels conda-forge
  1. Install the Qiskit, through the pip Library:
pip install qiskit

NOTE: Install also the Visualization Sub-Module for the Qiskit-Terra Module for Qiskit, through the pip Library:

pip install qiskit-terra[visualization]
  1. Install the QuTiP Library based on Python for the current activated Conda Environment:
conda install qutip

NOTE: After a while, should prompted in the Anaconda Prompt, and you should type 'y' and type ENTER:

Proceed ([y]/n)? y
  1. Install the PyTest, through the pip Library:
pip install pytest
  1. Install the Biopython, through the pip Library:
pip install biopython

NOTE: Update/Upgrade also the recently installed Biopython Library, based on Python, through the pip Library:

pip install biopython --upgrade
  1. Install the NGL View Library based on Python for the current activated Conda Environment, through the Bioconda:
conda install nglview -c bioconda
  1. Install the Psi4 Library based on Python for the current activated Conda Environment:
conda install -c raimis -c psi4 -c conda-forge psi4=1.3.2
  1. Install the DeepChem Library based on Python for the current activated Conda Environment:
conda install -c conda-forge rdkit deepchem==2.3.0

NOTE: After a while, should prompted in the Anaconda Prompt, and you should type 'y' and type ENTER:

Proceed ([y]/n)? y
  1. Install the TensorFlow, through the pip Library:
pip install tensorflow==1.14
  1. Install the py3Dmol, through the pip Library:
pip install py3Dmol
  1. Install the IPy Widgets Library based on Python for the current activated Conda Environment:
conda install -c anaconda ipywidgets

NOTE: After a while, should prompted in the Anaconda Prompt, and you should type 'y' and type ENTER:

Proceed ([y]/n)? y
  1. Open the Jupyter Notebook, through the Web Browser:
jupyter-notebook

Now, you can start programming in Python, through the Jupyter Notebook!!!


Built with

Contributors

Rúben André Barreiro

Contacts

E-mails

Lucía Vílchez Estévez (University of Oxford)

E-mails

E-mails

Rúben André Barreiro (Universidade NOVA de Lisboa)

E-mails

Portfolios/Blogs and Git Hosting/Repository Services

Rúben André Barreiro (Universidade NOVA de Lisboa)

GitHub's Portfolio/Personal Blog

Hosting/Repository Services

summer-school-on-quantum-computing-software-for-near-term-quantum-devices-2020's People

Contributors

rubenandrebarreiro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.