Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6f99dcc
add Julia notebook with .toml files
haimeng-zhang Jun 11, 2026
5a39cc6
update unrecognized words
haimeng-zhang Jun 11, 2026
804213f
update title and description
haimeng-zhang Jun 11, 2026
05e9cae
rename notebook
haimeng-zhang Jun 11, 2026
68174b8
update qiskit_bot.yaml
haimeng-zhang Jun 11, 2026
0f15e68
Merge remote-tracking branch 'origin/main' into julia-tutorial
haimeng-zhang Jun 23, 2026
8350b71
update package name QiskitIBMRuntime.jl
haimeng-zhang Jun 23, 2026
9796e56
move notebook and .toml files into a folder
haimeng-zhang Jun 23, 2026
a227301
update pacakge name to QiskitIBMRuntime.jl
haimeng-zhang Jun 23, 2026
7e07cb3
rerun with updated pacakge
haimeng-zhang Jun 23, 2026
f724041
update qiskit_bot.yaml
haimeng-zhang Jun 23, 2026
db2e434
update tutorial index
haimeng-zhang Jun 24, 2026
ef70b85
add notebook to exclude group in notebook testing
haimeng-zhang Jun 24, 2026
9eba3cf
undo commit
abbycross Jun 26, 2026
bc39b58
Merge branch 'main' into pr/5254
abbycross Jun 26, 2026
f9df6e0
Update tox.ini
abbycross Jun 26, 2026
4410003
update to use the idomatic Julia style
haimeng-zhang Jul 27, 2026
098ea54
update package versions
haimeng-zhang Jul 27, 2026
f08dbd7
exclude Julia tutorial from the Ruff linter
haimeng-zhang Jul 27, 2026
6cf4840
Merge branch 'main' into julia-tutorial
garrison Jul 27, 2026
119e158
add tutorial dependency management as a self-contained inline cell
haimeng-zhang Jul 27, 2026
fd44734
add spelling ignore
haimeng-zhang Jul 27, 2026
509fe68
fix notebook with tox -e fix
haimeng-zhang Jul 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/ruff.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
line-length=78
extend-exclude = ['tutorials/time-evolution/time-evolution.ipynb']
2 changes: 2 additions & 0 deletions docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ These tutorials focus on estimating physically meaningful quantities, such as en

* [Observation of robust and coherent non-Abelian hadron dynamics on noisy quantum processors](/docs/tutorials/loop-string-hadron-dynamics)

* [Simulate time evolution of the transverse-field Ising model](/docs/tutorials/time-evolution/time-evolution)

</AccordionItem>

<AccordionItem title="**Fault-tolerant algorithms**">
Expand Down
Loading
Loading