Skip to content

Commit 658419d

Browse files
authored
Merge pull request #2 from AIComputing101/dev/citaton
Add citation to README
2 parents 2e0fb94 + 03c7e3b commit 658419d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,21 @@ python verify_examples.py --module module1_fundamentals
258258
- **[IBM Quantum Experience](https://quantum-computing.ibm.com/)** - Run on real quantum computers
259259
- **[Quantum Computing Stack Exchange](https://quantumcomputing.stackexchange.com/)** - Q&A community
260260

261+
## 📖 Citation
262+
263+
If you use this project in your research, education, or publications, please cite it as:
264+
265+
### BibTeX
266+
```bibtex
267+
@misc{quantum-computing-101,
268+
title={Quantum Computing 101: A Comprehensive Beginner-Friendly Course},
269+
author={{Stephen Shao}},
270+
year={2025},
271+
howpublished={\url{https://github.com/AIComputing101/quantum-computing-101}},
272+
note={A complete quantum computing educational resource with production-ready examples covering fundamentals to advanced applications}
273+
}
274+
```
275+
261276
## 📋 License
262277

263278
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)