Skip to content

Commit 805e665

Browse files
tcNickolasswernli
andauthored
Add citation information to the project (microsoft#1211)
This closes microsoft#1128 by adding citations for Q#, Azure Quantum Development Kit, and Azure Quantum Resource Estimator --------- Co-authored-by: Stefan J. Wernli <[email protected]>
1 parent 3822565 commit 805e665

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

CITATION.cff

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software in your work, please cite it using the following metadata"
3+
title: "Azure Quantum Development Kit"
4+
repository-code: "https://github.com/microsoft/qsharp"
5+
license: MIT
6+
year: 2024
7+
authors:
8+
- name: "Microsoft"

README.md

+46
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,52 @@ that may be enabled to help troubleshoot. The `qsc` command-line compiler makes
7171
crate [env_logger](https://docs.rs/env_logger/latest/env_logger/), which enables logging via
7272
environment variables, for example `RUST_LOG=debug ./target/release/qsc ./samples/Grover.qs`.
7373

74+
## Citation
75+
76+
If you use Q#, Azure Quantum Development Kit, or Azure Quantum Resource Estimator, please cite as follows:
77+
78+
- Azure Quantum Development Kit:
79+
80+
```bibtex
81+
@software{Microsoft_Azure_Quantum_Development,
82+
author = {{Microsoft}},
83+
license = {MIT},
84+
title = {{Azure Quantum Development Kit}},
85+
url = {https://github.com/microsoft/qsharp} }
86+
```
87+
88+
- Q# programming language:
89+
90+
```bibtex
91+
@inproceedings{Svore_2018, series={RWDSL2018},
92+
title={{Q\#: Enabling Scalable Quantum Computing and Development with a High-level DSL}},
93+
url={http://dx.doi.org/10.1145/3183895.3183901},
94+
DOI={10.1145/3183895.3183901},
95+
booktitle={Proceedings of the Real World Domain Specific Languages Workshop 2018},
96+
publisher={ACM},
97+
author={Svore, Krysta and Geller, Alan and Troyer, Matthias and Azariah, John and Granade, Christopher and Heim, Bettina and Kliuchnikov, Vadym and Mykhailova, Mariia and Paz, Andres and Roetteler, Martin},
98+
year={2018},
99+
month=feb, collection={RWDSL2018} }
100+
```
101+
102+
- Azure Quantum Resource Estimator:
103+
104+
```bibtex
105+
@inproceedings{Azure_Quantum_Resource_Estimator,
106+
author = {van Dam, Wim and Mykhailova, Mariia and Soeken, Mathias},
107+
title = {{Using Azure Quantum Resource Estimator for Assessing Performance of Fault Tolerant Quantum Computation}},
108+
year = {2023},
109+
isbn = {9798400707858},
110+
publisher = {Association for Computing Machinery},
111+
address = {New York, NY, USA},
112+
url = {https://doi.org/10.1145/3624062.3624211},
113+
doi = {10.1145/3624062.3624211},
114+
booktitle = {Proceedings of the SC '23 Workshops of The International Conference on High Performance Computing, Network, Storage, and Analysis},
115+
pages = {1414–1419},
116+
numpages = {6},
117+
series = {SC-W '23} }
118+
```
119+
74120
## Feedback
75121

76122
If you have feedback about the content in this repository, please let us know by filing a [new issue](https://github.com/microsoft/qsharp/issues/new/choose)!

resource_estimator/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ The implementation for the Resource Estimator is broken up into two major compon
66
- [estimates](./src/estimates.rs) - takes in logical counts and a configuration to produce the set of corresponding physical resource estimates
77

88
For more information about the Azure Quantum Resource Estimator, see [the official documentation](https://learn.microsoft.com/en-us/azure/quantum/intro-to-resource-estimation).
9+
10+
The theoretical models used in Azure Quantum Resource Estimator are described in [Beverland at al. "Assessing requirements to scale to practical quantum advantage"](https://arxiv.org/abs/2211.07629).

0 commit comments

Comments
 (0)