From 7fce745efc4096368ae86beaeda771c0e4f4196d Mon Sep 17 00:00:00 2001 From: mgarnier59 <50111289+mgarnier59@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:20:37 +0100 Subject: [PATCH 1/5] Update CITATION.cff with new authors and version --- CITATION.cff | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 29c7ee8b0..9d7d4aa4e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,13 +1,32 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: + - family-names: Uldemolins + given-names: Mateo + orcid: https://orcid.org/0000-0001-9065-0952 + - family-names: Fukushima + given-names: Masato + - family-names: Graham + given-names: Emlyn + orcid: https://orcid.org/0000-0002-3005-0215 + - family-names: Nair + given-names: Pranav + - family-names: Sasaki + given-names: Daichi + - family-names: Shiratani + given-names: Sora + - family-names: Watanabe + given-names: Yuki + - family-names: Martinez + given-names: Thierry + - family-names: Garnier + given-names: Maxime + orcid: https://orcid.org/0000-0002-1606-5672 - family-names: Sunami given-names: Shinichi orcid: https://orcid.org/0000-0002-0969-9909 - - family-names: Fukushima - given-names: Masato title: Graphix -version: v0.2.1 -doi: 10.5281/zenodo.7861382 -date-released: 2023-04-25 +version: v0.3.4 +doi: 10.5281/zenodo.18503266 +date-released: 2026-02-06 url: https://github.com/TeamGraphix/graphix From c4675e87458414dde1e9a6722119391bcf18caca Mon Sep 17 00:00:00 2001 From: mgarnier59 <50111289+mgarnier59@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:24:21 +0100 Subject: [PATCH 2/5] Add citation section for Graphix software Added citation information for the Graphix software. --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 6e010da3f..de331d7b3 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,35 @@ state_out = pattern.simulate_pattern(backend="statevector") ## Citing +Please cite as + +``` +@software{uldemolins_2026_18503266, + author = {Uldemolins, Mateo and + Fukushima, Masato and + Graham, Emlyn and + Nair, Pranav and + Sasaki, Daichi and + Shiratani, Sora and + Watanabe, Yuki and + Martinez, Thierry and + Garnier, Maxime and + Sunami, Shinichi}, + title = {Graphix}, + month = feb, + year = 2026, + publisher = {Zenodo}, + version = {v0.3.4}, + doi = {10.5281/zenodo.18503266}, + url = {https://doi.org/10.5281/zenodo.18503266}, +} +``` + > Zenodo: https://doi.org/10.5281/zenodo.7861382 > > arXiv: https://doi.org/10.48550/arXiv.2212.11975 + ## Contributing We use [GitHub issues](https://github.com/TeamGraphix/graphix/issues) for tracking feature requests and bug reports. From 937548e198d7b6ca0f722b5f019015dc5b992875 Mon Sep 17 00:00:00 2001 From: mgarnier59 <50111289+mgarnier59@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:46:20 +0100 Subject: [PATCH 3/5] Update README.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index de331d7b3..093228a9e 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Please cite as > > arXiv: https://doi.org/10.48550/arXiv.2212.11975 - ## Contributing We use [GitHub issues](https://github.com/TeamGraphix/graphix/issues) for tracking feature requests and bug reports. From 4f2449657bd8a48b66258531ce649db51f3cbda3 Mon Sep 17 00:00:00 2001 From: Shinichi Sunami <33350509+shinich1@users.noreply.github.com> Date: Sat, 21 Mar 2026 00:26:50 +0900 Subject: [PATCH 4/5] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 093228a9e..5b0aacfe3 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ state_out = pattern.simulate_pattern(backend="statevector") Please cite as ``` -@software{uldemolins_2026_18503266, +@software{uldemolins2026grpahix034, author = {Uldemolins, Mateo and Fukushima, Masato and Graham, Emlyn and @@ -118,11 +118,15 @@ Please cite as doi = {10.5281/zenodo.18503266}, url = {https://doi.org/10.5281/zenodo.18503266}, } -``` - -> Zenodo: https://doi.org/10.5281/zenodo.7861382 -> -> arXiv: https://doi.org/10.48550/arXiv.2212.11975 +@misc{sunami2022graphix, + title={Graphix: optimizing and simulating measurement-based quantum computation on local-Clifford decorated graph}, + author={Shinichi Sunami and Masato Fukushima}, + year={2022}, + eprint={2212.11975}, + archivePrefix={arXiv}, + primaryClass={quant-ph}, + url={https://arxiv.org/abs/2212.11975}, +} ## Contributing From f95a00bdd1de50ec77b174a0fb0db4d5fba02cc6 Mon Sep 17 00:00:00 2001 From: Shinichi Sunami <33350509+shinich1@users.noreply.github.com> Date: Sat, 21 Mar 2026 00:36:15 +0900 Subject: [PATCH 5/5] fix trailing space and citation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b0aacfe3..9983719e4 100644 --- a/README.md +++ b/README.md @@ -119,14 +119,15 @@ Please cite as url = {https://doi.org/10.5281/zenodo.18503266}, } @misc{sunami2022graphix, - title={Graphix: optimizing and simulating measurement-based quantum computation on local-Clifford decorated graph}, + title={Graphix: optimizing and simulating measurement-based quantum computation on local-Clifford decorated graph}, author={Shinichi Sunami and Masato Fukushima}, year={2022}, eprint={2212.11975}, archivePrefix={arXiv}, primaryClass={quant-ph}, - url={https://arxiv.org/abs/2212.11975}, + url={https://arxiv.org/abs/2212.11975}, } +``` ## Contributing @@ -151,7 +152,7 @@ We use [GitHub issues](https://github.com/TeamGraphix/graphix/issues) for tracki ## Acknowledgements -Graphix was founded in 2022 by Shinichi Sunami (University of Oxford) and Masato Fukushima (University of Tokyo, Fixstars Amplify) with support from [Fixstars Amplify](https://amplify.fixstars.com/en/) and [Unitary Foundation](https://unitary.foundation/grants.html), and later joined by Daichi Sasaki, Yuki Watanabe and Sora Shiratani (University of Tokyo, Fixstars Amplify). +Graphix was founded in 2022 by Shinichi Sunami (University of Oxford) with assistance from Masato Fukushima (University of Tokyo, Fixstars Amplify), supported by [Fixstars Amplify](https://amplify.fixstars.com/en/) and [Unitary Foundation](https://unitary.foundation/grants.html), and later joined by Daichi Sasaki, Yuki Watanabe and Sora Shiratani (University of Tokyo, Fixstars Amplify).