зеркало из https://github.com/microsoft/iqsharp.git
fix links (#424)
This commit is contained in:
Родитель
7ef326ad69
Коммит
734673cccd
|
@ -3,7 +3,7 @@
|
|||
Welcome, and thank you for your interest in contributing to IQ#!
|
||||
|
||||
There are many ways in which you can contribute, beyond writing code. The goal of this document is to provide a high-level overview of how you can get involved.
|
||||
For more details on how to contribute to IQ# or the rest of the Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/quantum/contributing/).
|
||||
For more details on how to contribute to IQ# or the rest of the Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/azure/quantum/contributing-overview).
|
||||
|
||||
## Asking Questions
|
||||
|
||||
|
@ -21,7 +21,7 @@ Here's how you can make reporting your issue as effective as possible.
|
|||
### Identify Where to Report
|
||||
|
||||
The Quantum Development Kit is distributed across multiple repositories. Try to file the issue against the correct repository.
|
||||
Check the list [in the contribution guide](https://docs.microsoft.com/quantum/contributing/#where-do-contributions-go) if you aren't sure which repo is correct.
|
||||
Check the list [in the contribution guide](https://docs.microsoft.com/azure/quantum/contributing-overview#where-do-contributions-go) if you aren't sure which repo is correct.
|
||||
|
||||
### Writing Good Bug Reports and Feature Requests
|
||||
|
||||
|
@ -42,12 +42,12 @@ Please include the following with each issue:
|
|||
|
||||
## Contributing Documentation
|
||||
|
||||
If you are interested in contributing to conceptual documentation about IQ#, please see the [MicrosoftDocs/quantum-docs-pr](https://github.com/MicrosoftDocs/quantum-docs-pr) repository.
|
||||
If you are interested in contributing API references, please see [Contributing Code](https://docs.microsoft.com/quantum/contributing/code) in the contribution guide.
|
||||
If you are interested in contributing to conceptual documentation about IQ#, please see the [MicrosoftDocs/quantum-docs](https://github.com/MicrosoftDocs/quantum-docs) repository.
|
||||
If you are interested in contributing API references, please see [Contributing Code](https://docs.microsoft.com/azure/quantum/contributing-code) in the contribution guide.
|
||||
|
||||
## Contributing Fixes and New Features
|
||||
|
||||
If you are interested in writing code to fix issues or to implement new features, please see [Contributing Code](https://docs.microsoft.com/quantum/contributing/code) in the contribution guide.
|
||||
If you are interested in writing code to fix issues or to implement new features, please see [Contributing Code](https://docs.microsoft.com/azure/quantum/contributing-code) in the contribution guide.
|
||||
|
||||
# Thank You!
|
||||
|
||||
|
|
12
README.md
12
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
Welcome to the Microsoft Quantum Development Kit!
|
||||
|
||||
This repository contains the IQ# kernel for the [Quantum Development Kit](https://docs.microsoft.com/quantum/).
|
||||
This repository contains the IQ# kernel for the [Quantum Development Kit](https://docs.microsoft.com/azure/quantum/).
|
||||
This kernel provides Q# support for the Jupyter platform, as well as the backend used by the Python client for Q#.
|
||||
|
||||
- **[src/Core/](./src/Core/)**: Core of the IQ# kernel.
|
||||
|
@ -14,12 +14,12 @@ This kernel provides Q# support for the Jupyter platform, as well as the backend
|
|||
|
||||
## New to Quantum? ##
|
||||
|
||||
See the [introduction to quantum computing](https://docs.microsoft.com/quantum/concepts/) provided with the Quantum Development Kit.
|
||||
See the [introduction to quantum computing](https://docs.microsoft.com/azure/quantum/concepts-overview) provided with the Quantum Development Kit.
|
||||
|
||||
## Getting Started ##
|
||||
|
||||
The Jupyter kernel provided in this repository is built using [.NET Core](https://docs.microsoft.com/dotnet/core/) (2.2 or later) and the compiler infrastructure provided with the [Quantum Development Kit](https://docs.microsoft.com/quantum/).
|
||||
Please see the [getting started guide](https://docs.microsoft.com/quantum/install-guide) for how to get up and running.
|
||||
The Jupyter kernel provided in this repository is built using [.NET Core](https://docs.microsoft.com/dotnet/core/) (2.2 or later) and the compiler infrastructure provided with the [Quantum Development Kit](https://docs.microsoft.com/azure/quantum).
|
||||
Please see the [getting started guide](https://docs.microsoft.com/azure/quantum/install-overview-qdk) for how to get up and running.
|
||||
|
||||
You may also visit the [**microsoft/quantum**](https://github.com/microsoft/quantum) repository, which offers a wide variety
|
||||
of samples on how to use this kernel to run Q# in Jupyter Notebooks, or from Python.
|
||||
|
@ -90,7 +90,7 @@ In either case, you can also use a Quantum Development Kit version number (0.8 o
|
|||
## Feedback ##
|
||||
|
||||
If you have feedback about IQ#, please let us know by filing a [new issue](https://github.com/microsoft/iqsharp/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.
|
||||
If you have feedback about some other part of the Microsoft Quantum Development Kit, please see the [contribution guide](https://docs.microsoft.com/en-us/azure/quantum/contributing-overview) for more information.
|
||||
|
||||
## Legal and Licensing ##
|
||||
|
||||
|
@ -118,4 +118,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
|
|||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
For more details, please see [CONTRIBUTING.md](./tree/main/CONTRIBUTING.md), or the [contribution guide](https://docs.microsoft.com/quantum/contributing/).
|
||||
For more details, please see [CONTRIBUTING.md](./tree/main/CONTRIBUTING.md), or the [contribution guide](https://docs.microsoft.com/en-us/azure/quantum/contributing-overview).
|
||||
|
|
|
@ -47,12 +47,12 @@ test:
|
|||
- pwsh src/conda-recipes/iqsharp/test.ps1 # [not win]
|
||||
|
||||
about:
|
||||
home: https://docs.microsoft.com/quantum
|
||||
home: https://docs.microsoft.com/azure/quantum
|
||||
license: MIT
|
||||
summary: Microsoft's IQ# kernel providing Q# support for the Jupyter platform.
|
||||
description: |
|
||||
For details on how to get started with Jupyter and Q#, please see the guide at https://docs.microsoft.com/quantum/install-guide/jupyter.
|
||||
For details on how to get started with Jupyter and Q#, please see the guide at https://docs.microsoft.com/azure/quantum/install-jupyter-qkd.
|
||||
You can also try our Quantum Computing Fundamentals learning path (https://aka.ms/learnqc) to get familiar with the basic concepts
|
||||
of quantum computing, build quantum programs, and identify the kind of problems that can be solved.
|
||||
dev_url: https://github.com/microsoft/iqsharp
|
||||
doc_url: https://docs.microsoft.com/quantum/install-guide/jupyter
|
||||
doc_url: https://docs.microsoft.com/azure/quantum/install-jupyter-qkd
|
||||
|
|
|
@ -42,12 +42,12 @@ test:
|
|||
- pwsh src/conda-recipes/qsharp/test.ps1 # [not win]
|
||||
|
||||
about:
|
||||
home: https://docs.microsoft.com/quantum
|
||||
home: https://docs.microsoft.com/azure/quantum
|
||||
license: MIT
|
||||
summary: Python client for Q#, a domain-specific quantum programming language.
|
||||
description: |
|
||||
For details on how to get started with Python and Q#, please see the guide at https://docs.microsoft.com/quantum/install-guide/python.
|
||||
For details on how to get started with Python and Q#, please see the guide at https://docs.microsoft.com/azure/quantum/install-python-qdk.
|
||||
You can also try our Quantum Computing Fundamentals learning path (https://aka.ms/learnqc) to get familiar with the basic concepts
|
||||
of quantum computing, build quantum programs, and identify the kind of problems that can be solved.
|
||||
dev_url: https://github.com/microsoft/iqsharp
|
||||
doc_url: https://docs.microsoft.com/quantum/install-guide/python
|
||||
doc_url: https://docs.microsoft.com/azure/quantum/install-python-qdk
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<Authors>Microsoft</Authors>
|
||||
<Description>Microsoft's IQ# Library.</Description>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/azure/quantum/qdk-relnotes</PackageReleaseNotes>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/IQSharp</PackageProjectUrl>
|
||||
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<Authors>Microsoft</Authors>
|
||||
<Description>Microsoft Quantum's Execution Path Tracer.</Description>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/azure/quantum/qdk-relnotes</PackageReleaseNotes>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/IQsharp/tree/main/src/ExecutionPathTracer</PackageProjectUrl>
|
||||
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<Authors>Microsoft</Authors>
|
||||
<Description>Microsoft's IQ# Library with Jupyter Extensions.</Description>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/azure/quantum/qdk-relnotes</PackageReleaseNotes>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/IQSharp</PackageProjectUrl>
|
||||
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
|
||||
|
|
|
@ -40,7 +40,7 @@ namespace Microsoft.Quantum.IQSharp.Kernel
|
|||
- Depth (lower bound for the T-gate depth of the quantum circuit)
|
||||
- Width (lower bound for the maximum number of qubits used for the computation)
|
||||
|
||||
See the [ResourcesEstimator user guide](https://docs.microsoft.com/quantum/user-guide/machines/resources-estimator) to learn more.
|
||||
See the [ResourcesEstimator user guide](https://docs.microsoft.com/azure/quantum/user-guide/machines/resources-estimator) to learn more.
|
||||
|
||||
#### Required parameters
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ namespace Microsoft.Quantum.IQSharp.Kernel
|
|||
which performs a full-state simulation of the given function or operation
|
||||
and prints the resulting return value.
|
||||
|
||||
See the [QuantumSimulator user guide](https://docs.microsoft.com/quantum/user-guide/machines/full-state-simulator) to learn more.
|
||||
See the [QuantumSimulator user guide](https://docs.microsoft.com/azure/quantum/user-guide/machines/full-state-simulator) to learn more.
|
||||
|
||||
#### Required parameters
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ namespace Microsoft.Quantum.IQSharp.Kernel
|
|||
which performs a simulation of the given function or operation in which the state is always
|
||||
a simple product state in the computational basis, and prints the resulting return value.
|
||||
|
||||
See the [ToffoliSimulator user guide](https://docs.microsoft.com/quantum/user-guide/machines/toffoli-simulator) to learn more.
|
||||
See the [ToffoliSimulator user guide](https://docs.microsoft.com/azure/quantum/user-guide/machines/toffoli-simulator) to learn more.
|
||||
|
||||
#### Required parameters
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
The `qsharp-core` package for Python provides interoperability with the Quantum Development Kit and with the Q# language, making it easy to simulate Q# operations and functions from within Python.
|
||||
|
||||
For details on how to get started with Python and Q#, please see the [Getting Started with Python guide](https://docs.microsoft.com/quantum/install-guide/python).
|
||||
For details on how to get started with Python and Q#, please see the [Getting Started with Python guide](https://docs.microsoft.com/azure/quantum/install-python-qdk).
|
||||
|
||||
You can also try our [Quantum Computing Fundamentals](https://aka.ms/learnqc) learning path to get familiar with the basic concepts of quantum computing, build quantum programs, and identify the kind of problems that can be solved.
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<Authors>Microsoft</Authors>
|
||||
<Description>Microsoft's IQ# Server.</Description>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/azure/quantum/qdk-relnotes</PackageReleaseNotes>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/IQSharp</PackageProjectUrl>
|
||||
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<Authors>Microsoft</Authors>
|
||||
<Description>Microsoft's IQ# Server.</Description>
|
||||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/en-us/quantum/relnotes/</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>See: https://docs.microsoft.com/azure/quantum/qdk-relnotes</PackageReleaseNotes>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/Microsoft/Quantum</PackageProjectUrl>
|
||||
<PackageIcon>qdk-nuget-icon.png</PackageIcon>
|
||||
|
|
Загрузка…
Ссылка в новой задаче