Skip to content

Commit 56ead1c

Browse files
committed
minor changes in citation bibtex
1 parent 4cf6250 commit 56ead1c

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

CITATION.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
@article{QuantumToolbox.jl2025,
2-
doi = {10.22331/q-2025-09-29-1866},
3-
url = {https://doi.org/10.22331/q-2025-09-29-1866},
42
title = {Quantum{T}oolbox.jl: {A}n efficient {J}ulia framework for simulating open quantum systems},
53
author = {Mercurio, Alberto and Huang, Yi-Te and Cai, Li-Xun and Chen, Yueh-Nan and Savona, Vincenzo and Nori, Franco},
64
journal = {{Quantum}},
@@ -9,5 +7,7 @@ @article{QuantumToolbox.jl2025
97
volume = {9},
108
pages = {1866},
119
month = sep,
12-
year = {2025}
10+
year = {2025},
11+
doi = {10.22331/q-2025-09-29-1866},
12+
url = {https://doi.org/10.22331/q-2025-09-29-1866}
1313
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ If you like `QuantumToolbox.jl`, we would appreciate it if you starred the repos
183183

184184
```bib
185185
@article{QuantumToolbox.jl2025,
186-
doi = {10.22331/q-2025-09-29-1866},
187-
url = {https://doi.org/10.22331/q-2025-09-29-1866},
188186
title = {Quantum{T}oolbox.jl: {A}n efficient {J}ulia framework for simulating open quantum systems},
189187
author = {Mercurio, Alberto and Huang, Yi-Te and Cai, Li-Xun and Chen, Yueh-Nan and Savona, Vincenzo and Nori, Franco},
190188
journal = {{Quantum}},
@@ -193,7 +191,9 @@ If you like `QuantumToolbox.jl`, we would appreciate it if you starred the repos
193191
volume = {9},
194192
pages = {1866},
195193
month = sep,
196-
year = {2025}
194+
year = {2025},
195+
doi = {10.22331/q-2025-09-29-1866},
196+
url = {https://doi.org/10.22331/q-2025-09-29-1866}
197197
}
198198
```
199199

docs/src/getting_started/cite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ If you like `QuantumToolbox.jl`, we would appreciate it if you could cite our pu
44

55
```bib
66
@article{QuantumToolbox.jl2025,
7-
doi = {10.22331/q-2025-09-29-1866},
8-
url = {https://doi.org/10.22331/q-2025-09-29-1866},
97
title = {Quantum{T}oolbox.jl: {A}n efficient {J}ulia framework for simulating open quantum systems},
108
author = {Mercurio, Alberto and Huang, Yi-Te and Cai, Li-Xun and Chen, Yueh-Nan and Savona, Vincenzo and Nori, Franco},
119
journal = {{Quantum}},
@@ -14,6 +12,8 @@ If you like `QuantumToolbox.jl`, we would appreciate it if you could cite our pu
1412
volume = {9},
1513
pages = {1866},
1614
month = sep,
17-
year = {2025}
15+
year = {2025},
16+
doi = {10.22331/q-2025-09-29-1866},
17+
url = {https://doi.org/10.22331/q-2025-09-29-1866}
1818
}
1919
```

src/versioninfo.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ Command line output of citation information and bibtex generator for `QuantumToo
8585
function cite(io::IO = stdout)
8686
citation = raw"""
8787
@article{QuantumToolbox.jl2025,
88-
doi = {10.22331/q-2025-09-29-1866},
89-
url = {https://doi.org/10.22331/q-2025-09-29-1866},
9088
title = {Quantum{T}oolbox.jl: {A}n efficient {J}ulia framework for simulating open quantum systems},
9189
author = {Mercurio, Alberto and Huang, Yi-Te and Cai, Li-Xun and Chen, Yueh-Nan and Savona, Vincenzo and Nori, Franco},
9290
journal = {{Quantum}},
@@ -95,8 +93,10 @@ function cite(io::IO = stdout)
9593
volume = {9},
9694
pages = {1866},
9795
month = sep,
98-
year = {2025}
99-
}
96+
year = {2025},
97+
doi = {10.22331/q-2025-09-29-1866},
98+
url = {https://doi.org/10.22331/q-2025-09-29-1866}
99+
}
100100
"""
101101
return println(io, citation)
102102
end

test/core-test/utilities.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
captured_output = String(take!(io_buffer))
77
@test captured_output ==
88
"""@article{QuantumToolbox.jl2025,\n""" *
9-
""" doi = {10.22331/q-2025-09-29-1866},\n""" *
10-
""" url = {https://doi.org/10.22331/q-2025-09-29-1866},\n""" *
119
""" title = {Quantum{T}oolbox.jl: {A}n efficient {J}ulia framework for simulating open quantum systems},\n""" *
1210
""" author = {Mercurio, Alberto and Huang, Yi-Te and Cai, Li-Xun and Chen, Yueh-Nan and Savona, Vincenzo and Nori, Franco},\n""" *
1311
""" journal = {{Quantum}},\n""" *
@@ -16,7 +14,9 @@
1614
""" volume = {9},\n""" *
1715
""" pages = {1866},\n""" *
1816
""" month = sep,\n""" *
19-
""" year = {2025}\n""" *
17+
""" year = {2025},\n""" *
18+
""" doi = {10.22331/q-2025-09-29-1866},\n""" *
19+
""" url = {https://doi.org/10.22331/q-2025-09-29-1866}\n""" *
2020
"""}\n\n"""
2121

2222
@testset "n_thermal" begin

0 commit comments

Comments
 (0)