Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 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
dfba1eb
slience installation output
haimeng-zhang Jul 30, 2026
99be5bf
remove standard libraries from installation
haimeng-zhang Jul 31, 2026
f81c85c
fix 1/2 factor in Rx gates
haimeng-zhang Aug 8, 2026
2c33f69
code cleanups
haimeng-zhang Aug 8, 2026
f6fdc00
add usage estimate
haimeng-zhang Aug 9, 2026
2d75bc3
add prerequisites
haimeng-zhang Aug 9, 2026
559ef4a
add new hardware results
haimeng-zhang Aug 9, 2026
08ec35b
add next steps
haimeng-zhang Aug 9, 2026
bdc8160
add code for large-scale example
haimeng-zhang Aug 9, 2026
f6cc273
Claude's fix on ABI mismatch
haimeng-zhang Aug 9, 2026
6baf49b
add hardware data for large-scale example
haimeng-zhang Aug 9, 2026
de847b2
clean up large-scale example
haimeng-zhang Aug 9, 2026
b129015
add conclusion paragraph
haimeng-zhang Aug 10, 2026
986a7fe
Merge branch 'Qiskit:main' into julia-tutorial
haimeng-zhang Aug 17, 2026
0ed11be
rename functions for readability
haimeng-zhang Aug 17, 2026
0227ffb
rename functions for readability
haimeng-zhang Aug 17, 2026
c4bcca0
add typing hints
haimeng-zhang Aug 18, 2026
9567b04
remove a redundant for loop
haimeng-zhang Aug 18, 2026
2668c7f
update function comments
haimeng-zhang Aug 18, 2026
17c7cd8
rename function
haimeng-zhang Aug 18, 2026
a104efa
rename variables
haimeng-zhang Aug 18, 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