Skip to content

Commit

Permalink
Add MIT iQuHack Challenge repository as submodule (#14)
Browse files Browse the repository at this point in the history
* adding mit iquhack challenge repository as submodule

* added initialization of submodules to the documentation
  • Loading branch information
MiguelSMoreira committed Jan 28, 2022
1 parent 04e9bb8 commit b9d186e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/notebooks/mit_iquhack"]
path = docs/notebooks/mit_iquhack
url = https://github.com/iQuHACK/2022_qutech_challenge
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The source for the Quantum Inspire examples can be found at Github. For the defa
```
git clone https://github.com/QuTech-Delft/quantum-inspire-examples
cd quantum-inspire-examples
git submodule update --init
pip install .
```

Expand Down
1 change: 1 addition & 0 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The source for the Quantum Inspire examples can be found at Github. For the defa
git clone https://github.com/QuTech-Delft/quantum-inspire-examples
cd quantum-inspire-examples
git submodule update --init
pip install .
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/mit_iquhack
Submodule mit_iquhack added at c5cb7e

0 comments on commit b9d186e

Please sign in to comment.