We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34bb35 commit 95f3a78Copy full SHA for 95f3a78
4 files changed
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Run notebook
65
run: |
66
hatch run pip install jupyter
67
- hatch run jupyter execute examples/pipeline.ipynb
+ hatch run jupyter execute examples/tutorial.ipynb
68
69
publish:
70
name: Publish to PyPI
README.md
@@ -45,7 +45,7 @@ $ pipx install pasqal-qek
45
## Usage
46
47
For the time being, the easiest way to learn how to use this package is to look
48
-at the [example notebook](examples/pipeline.ipynb).
+at the [example notebook](examples/tutorial.ipynb).
49
50
See also the [full API documentation](https://pqs.pages.pasqal.com/quantum-evolution-kernel/).
51
0 commit comments