From 0e2a14d99ec2dbf3190b8ddbbb323e732da4d40e Mon Sep 17 00:00:00 2001 From: Yi-Te Huang <44385685+ytdHuang@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:18:40 +0800 Subject: [PATCH 1/3] Update citation for QuTiJ --- citing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/citing.md b/citing.md index 2f2ea12..d20ced0 100644 --- a/citing.md +++ b/citing.md @@ -61,9 +61,9 @@ We would love to hear how QuTiP is being used as a research tool. **QuantumToolbox.jl** -* A. Mercurio, Y.-T. Huang, L.-X. Cai, Y.-N. Chen, V. Savona, F. Nori: "QuantumToolbox.jl: An efficient Julia framework for simulating open quantum systems.", arXiv:2504.21440 (2025). +* A. Mercurio, Y.-T. Huang, L.-X. Cai, Y.-N. Chen, V. Savona, F. Nori: "QuantumToolbox.jl: An efficient Julia framework for simulating open quantum systems.", Quantum **9**, 1866 (2025). [[PDF](https://arxiv.org/pdf/2504.21440)] -[[Link](https://doi.org/10.48550/arXiv.2504.21440)] +[[Link](https://doi.org/10.22331/q-2025-09-29-1866)] [[arXiv](https://arxiv.org/abs/2504.21440)]
↪ Get BibTex From 6e8b64c25410931732992f03d9390950d274d88a Mon Sep 17 00:00:00 2001 From: Yi-Te Huang <44385685+ytdHuang@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:20:33 +0800 Subject: [PATCH 2/3] Update QuantumToolbox.jl bibtex --- assets/qutij-bibtex.txt | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/assets/qutij-bibtex.txt b/assets/qutij-bibtex.txt index 6441c51..aab4994 100644 --- a/assets/qutij-bibtex.txt +++ b/assets/qutij-bibtex.txt @@ -1,9 +1,13 @@ -@article{mercurio2025quantumtoolboxjlefficientjuliaframework, - title={QuantumToolbox.jl: An efficient Julia framework for simulating open quantum systems}, - author={Alberto Mercurio and Yi-Te Huang and Li-Xun Cai and Yueh-Nan Chen and Vincenzo Savona and Franco Nori}, - year={2025}, - eprint={2504.21440}, - archivePrefix={arXiv}, - primaryClass={quant-ph}, - url={https://arxiv.org/abs/2504.21440}, -} \ No newline at end of file +@article{QuantumToolbox.jl2025, + title = {Quantum{T}oolbox.jl: {A}n efficient {J}ulia framework for simulating open quantum systems}, + author = {Mercurio, Alberto and Huang, Yi-Te and Cai, Li-Xun and Chen, Yueh-Nan and Savona, Vincenzo and Nori, Franco}, + journal = {{Quantum}}, + issn = {2521-327X}, + publisher = {{Verein zur F{\"{o}}rderung des Open Access Publizierens in den Quantenwissenschaften}}, + volume = {9}, + pages = {1866}, + month = sep, + year = {2025}, + doi = {10.22331/q-2025-09-29-1866}, + url = {https://doi.org/10.22331/q-2025-09-29-1866} +} From 02246682790801d11729be240199afba3654227d Mon Sep 17 00:00:00 2001 From: Yi-Te Huang <44385685+ytdHuang@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:26:54 +0800 Subject: [PATCH 3/3] Update HierarchicalEOM.jl bibtex --- assets/qutij-heom-bibtex.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/qutij-heom-bibtex.txt b/assets/qutij-heom-bibtex.txt index 94cb00d..a02f879 100644 --- a/assets/qutij-heom-bibtex.txt +++ b/assets/qutij-heom-bibtex.txt @@ -1,13 +1,13 @@ -@article{huang2023HierarchicalEOM-jl, - doi = {10.1038/s42005-023-01427-2}, - url = {https://doi.org/10.1038/s42005-023-01427-2}, - year = {2023}, - month = {Oct}, +@article{HierarchicalEOM.jl2023, + title = {An efficient {J}ulia framework for hierarchical equations of motion in open quantum systems}, + author = {Huang, Yi-Te and Kuo, Po-Chen and Lambert, Neill and Cirio, Mauro and Cross, Simon and Yang, Shen-Liang and Nori, Franco and Chen, Yueh-Nan}, + journal = {Communications Physics}, publisher = {Nature Portfolio}, volume = {6}, number = {1}, pages = {313}, - author = {Huang, Yi-Te and Kuo, Po-Chen and Lambert, Neill and Cirio, Mauro and Cross, Simon and Yang, Shen-Liang and Nori, Franco and Chen, Yueh-Nan}, - title = {An efficient {J}ulia framework for hierarchical equations of motion in open quantum systems}, - journal = {Communications Physics} -} \ No newline at end of file + month = {Oct}, + year = {2023}, + doi = {10.1038/s42005-023-01427-2}, + url = {https://doi.org/10.1038/s42005-023-01427-2} +}