Skip to content
Merged
Changes from all commits
Commits
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
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
```

<!-- [DOXYGEN FAQ] -->

## 馃摤 Contact
Expand Down
Loading