Skip to content

Commit 95f3a78

Browse files
authored
[Doc] Connecting the dots between QPU/Emulator and training (#18)
1 parent d34bb35 commit 95f3a78

4 files changed

Lines changed: 460 additions & 133 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run notebook
6565
run: |
6666
hatch run pip install jupyter
67-
hatch run jupyter execute examples/pipeline.ipynb
67+
hatch run jupyter execute examples/tutorial.ipynb
6868
6969
publish:
7070
name: Publish to PyPI

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ pipx install pasqal-qek
4545
## Usage
4646

4747
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).
48+
at the [example notebook](examples/tutorial.ipynb).
4949

5050
See also the [full API documentation](https://pqs.pages.pasqal.com/quantum-evolution-kernel/).
5151

0 commit comments

Comments
 (0)