From 2ca37c22bfe993c82fa7e9ba10d4a6e3f1f00aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erc=C3=BCment=20Kaya?= <49598189+kayaercument@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:34:42 +0200 Subject: [PATCH 1/2] Add citation guidelines for MQSS Client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added citation information for MQSS Client research paper. Signed-off-by: Ercüment Kaya <49598189+kayaercument@users.noreply.github.com> --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f379fec..f337584 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,22 @@ more information. Any contribution to the project is assumed to be under the sam We use C++ to write the core of **MQSS Client**. With the provided Python bindings and C-API, **MQSS Client** can be used with Python and C-based applications. +### How do I cite MQSS Client? + +If you use MQSS Client in your research, please cite the following paper: + +```bibtex +@misc{mqssclient, + title={MQSS Client: Interface for Decoupling Quantum Programming Interfaces}, + author={Ercüment Kaya and Muhammad Nufail Farooqi and Minh Chung and Burak Mete and Martin Schulz and Jorge Echavarria}, + year={2026}, + eprint={2607.28563}, + archivePrefix={arXiv}, + primaryClass={cs.ET}, + url={https://arxiv.org/abs/2607.28563}, +} +``` + ## 📬 Contact From 1e58803cefdc10a936426f5478a1ebb2a5013adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erc=C3=BCment=20Kaya?= Date: Tue, 18 Aug 2026 10:25:17 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Pre-commit=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f337584..6888501 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,13 @@ If you use MQSS Client in your research, please cite the following paper: ```bibtex @misc{mqssclient, - title={MQSS Client: Interface for Decoupling Quantum Programming Interfaces}, + title={MQSS Client: Interface for Decoupling Quantum Programming Interfaces}, author={Ercüment Kaya and Muhammad Nufail Farooqi and Minh Chung and Burak Mete and Martin Schulz and Jorge Echavarria}, year={2026}, eprint={2607.28563}, archivePrefix={arXiv}, primaryClass={cs.ET}, - url={https://arxiv.org/abs/2607.28563}, + url={https://arxiv.org/abs/2607.28563}, } ```