This commit is contained in:
Christopher Granade 2020-04-16 15:12:52 -07:00
Родитель 07662cfdb6
Коммит b9f44356ed
1 изменённых файлов: 10 добавлений и 6 удалений

Просмотреть файл

@ -1,13 +1,17 @@
# Microsoft Quantum Development Kit: Non-Commercial Libraries #
# Microsoft Quantum Development Kit: Non-Commercial Libraries
Welcome to the Microsoft Quantum Development Kit!
This repository contains open-source libraries
that can be used for research and academics, but that should
not be used for commercial purposes. For more information
please refer to the [LICENSE](LICENSE).
This repository contains open-source libraries that can be used for research and academics, but that cannot be used for commercial purposes.
For more information please refer to the [LICENSE](LICENSE).
## Feedback ##
## Using the non-commercial research libraries
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).
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
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)!
If you have feedback about some other part of the Microsoft Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/quantum/contributing/) for more information on the best places to file it.