Skip to content

Commit

Permalink
📝 Fixed wrong links in documentation (#324)
Browse files Browse the repository at this point in the history
## Description

Because we moved the files in the det. PR links in the documentation
were no longer valid.

## Checklist:

- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.
  • Loading branch information
lsschmid authored Nov 13, 2024
2 parents f491d0b + c0a2420 commit 485b222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/StatePrep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
"source": [
"# Circuits and Evaluations\n",
"\n",
"The circuits and benchmark scripts used for our non-deterministic work https://arxiv.org/abs/2408.11894, can be found [here](https://github.com/cda-tum/mqt-qecc/tree/main/src/mqt/qecc/ft_stateprep/eval) and for the deterministic work [here](https://github.com/cda-tum/mqt-qecc/tree/main/src/mqt/qecc/ft_stateprep/eval_det)."
"The circuits and benchmark scripts used for our non-deterministic work https://arxiv.org/abs/2408.11894, can be found [here](https://github.com/cda-tum/mqt-qecc/tree/main/scripts/ft_stateprep/eval) and for the deterministic work [here](https://github.com/cda-tum/mqt-qecc/tree/main/scripts/ft_stateprep/eval_det)."
]
}
],
Expand Down

0 comments on commit 485b222

Please sign in to comment.