Quantum-NC/README.md

33 строки
1.8 KiB
Markdown
Исходник Обычный вид История

2024-01-10 00:32:22 +03:00
## DEPRECATION NOTICE
2018-01-24 23:29:27 +03:00
2024-01-10 00:32:22 +03:00
**This repository is deprecated.**
For the Modern QDK repository, please visit [Microsoft/qsharp](http://github.com/microsoft/qsharp).
2024-01-10 23:14:29 +03:00
You can also try out the Modern QDK in VS Code for Web at [vscode.dev/quantum](https://vscode.dev/quantum).
2024-01-10 00:32:22 +03:00
2024-01-10 21:41:19 +03:00
For more information about the Modern QDK and Azure Quantum, visit [https://aka.ms/AQ/Documentation](https://aka.ms/AQ/Documentation).
2024-01-10 00:32:22 +03:00
## Classic QDK ##
2020-05-04 20:58:52 +03:00
This repository contains shared-source libraries that can be used for research and academics, but that cannot be used for commercial purposes.
2020-05-05 01:09:21 +03:00
Please note that these libraries are not intended for production use, and may be modified as research proceeds.
2020-04-17 01:12:52 +03:00
For more information please refer to the [LICENSE](LICENSE).
2018-01-24 23:29:27 +03:00
2020-04-17 01:12:52 +03:00
## Using the non-commercial research libraries
2020-05-04 20:58:52 +03:00
The non-commercial libraries in this repository can be used via NuGet packages beginning with the prefix ["Microsoft.Quantum.Research."](https://www.nuget.org/packages?q=owner:QuantumEngineering%20id:research)
2020-04-17 01:12:52 +03:00
For more details, please see:
- [Research packages](https://github.com/microsoft/Quantum-NC/wiki/Research-packages) on the [Quantum-NC wiki](https://github.com/microsoft/Quantum-NC/wiki/)
## Feedback
2018-01-24 23:29:27 +03:00
If you have feedback about the libraries in this repository, please let us know by filing a [new issue](https://github.com/microsoft/Quantum-NC/issues/new)!
2021-03-25 03:15:02 +03:00
If you have feedback about some other part of the Microsoft Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/azure/quantum/contributing-overview) for more information on the best places to file it.
2018-01-23 22:10:39 +03:00
## Contributing
2018-01-23 22:10:39 +03:00
Please note: **this project does not accept external contributions**.
2018-01-23 22:10:39 +03:00
2021-03-25 03:15:02 +03:00
If you'd like to contribute to the rest of the Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/azure/quantum/contributing-overview).