Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update link to install guide. (#1575)
Browse files Browse the repository at this point in the history
* Update link to install guide.

* a couple more of broken links.
  • Loading branch information
anpaz authored Nov 7, 2022
1 parent a743062 commit cec05a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/QIR/Optimization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following software will be used in this walk-through:

### Installing the QDK

The *Quantum Development Kit (QDK)* documentation provides detailed guides on [installing the QDK](https://docs.microsoft.com/azure/quantum/install-overview-qdk#install-the-qdk-for-quantum-computing-locally) for various setups.
The *Quantum Development Kit (QDK)* documentation provides detailed guides on [installing the QDK](https://learn.microsoft.com/azure/quantum/how-to-csharp-qdk-local) for various setups.
This document will assume a **command line** setup for **Q# standalone** applications.

Steps for QDK v0.22.187631 (February 2022):
Expand Down Expand Up @@ -94,7 +94,7 @@ Parameters:
* `-lang Q#` : load the templates for Q# projects
* `-o Hello` : the project name, all files will be generated inside a folder of this name

Other configurations are also possible, such as [Q# libraries with a C# host program](https://docs.microsoft.com/azure/quantum/install-csharp-qdk?tabs=tabid-cmdline%2Ctabid-csharp#creating-a-q-library-and-a-net-host).
Other configurations are also possible, such as [Q# libraries with a C# host program](https://learn.microsoft.com/azure/quantum/user-guide/host-programs?tabs=tabid-csharp#q-with-host-programs).

The standard Q# template produces a hello world program in the file `Program.qs`:

Expand Down Expand Up @@ -307,7 +307,7 @@ However, in order to handle QIR-specific types and functions, proper linkage of
### Obtaining the QIR runtime & simulator

The [QIR runtime](https://github.com/microsoft/qsharp-runtime/tree/main/src/Qir/Runtime) is distributed in the form of a NuGet package, from which we will pull the necessary library files.
The same goes for the [full state quantum simulator](https://docs.microsoft.com/azure/quantum/user-guide/machines/full-state-simulator), which the QIR runtime can hook into to simulate the quantum program.
The same goes for the [full state quantum simulator](https://learn.microsoft.com/azure/quantum/machines/full-state-simulator), which the QIR runtime can hook into to simulate the quantum program.
In this section, the project file `Hello.csproj` is modified to generate these library files automatically.

For convenience, a variable `BuildOutputPath` is defined with the following line added to the top-level `PropertyGroup` section:
Expand Down

0 comments on commit cec05a2

Please sign in to comment.