Skip to content

Commit

Permalink
Merge 0f6c01b into 7af287c
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer authored Apr 15, 2019
2 parents 7af287c + 0f6c01b commit b890415
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ cd docs
python example_projectq_grover.py
```

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuTech-Delft/quantuminspire.git/master?filepath=%2Fdocs)

Another way to browse and run the available notebooks is by clicking the 'launch binder' button above.
If you are experiencing delays, please check the 'Binder' system status. The service may be down.

It is also possible to use the API through the QuantumInspireAPI object
directly. This is for advanced users that really know what they are
doing. The intention of the QuantumInspireAPI class is that it is used
Expand Down
12 changes: 12 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: quantuminspire
channels:
- conda-forge
dependencies:
- numpy
- pytest
- matplotlib>=2.1
- pip:
- coreapi
- quantuminspire
- qiskit
- projectq

0 comments on commit b890415

Please sign in to comment.