Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

iQuHACK/2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

2020 Post-Event Overview

iQuHACK 2020, MIT's first quantum hackathon, had 13 submissions this year!

We would like to thank IBM, Zapata Computing, HRL Laboratories and MIT's Center for Quantum Engineering for sponsoring iQuHACK 2020. We also appreciate the support of the Research Laboratory of Electronics and the Department of Electrical Engineering & Computer Science at MIT. iQuHACK 2020 was presented by the Interdisciplinary Quantum Information Science and Engineering program (iQuISE, iquise.mit.edu); more information about the hackathon can be found at iquhack.mit.edu.


2020 Instructions

Submit a new idea by opening a new issue

Issue Help

Keep in mind these ideas are open to the public and not regulated.

Submitting projects

Once finished, simply send iquhack@mit.edu a zip file of your project. We will upload to iQuHACK's GitHub organization. If you would like to continue development on the project later, we ask that you fork the version we create.

Resources

Getting started

We have seen some issues using python 3.8, so we recommend using Python 3.7. For example, if you want your environment named iQuHACK:

conda create -n iQuHACK python=3.7
pip install qiskit

To load this environment: conda activate iQuHACK.

If conda cannot be found (and you are on a unix-like system), you most likely have not initialized it during installing. You can do this by running the init script in the installation directory:

source <path to conda>/bin/activate
conda init zsh

Then you should be good to go. MacOS Catalina now uses zsh shell instead of bash, but put your appropriate shell name there.

iQuHACK

Qiskit

Releases

No releases published

Packages

No packages published