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

Remove QIO references from the Quantum Samples #814

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/azure-quantum/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Process for contributing notebook samples to the Azure Quantum portal experience

This document focuses on the process for creating samples that will eventually appear in the hosted notebooks sample gallery in the portal. If you are creating a sample for other purposes or means of consumption, then this document might not apply to your scenario. (If you are interested in contributing an optimization notebook sample, please see [the microsoft/qio-samples repository](https://github.com/microsoft/qio-samples)).
This document focuses on the process for creating samples that will eventually appear in the hosted notebooks sample gallery in the portal. If you are creating a sample for other purposes or means of consumption, then this document might not apply to your scenario.

There are three steps involved in contributing a new sample.

Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/grover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Make sure that you have [created and selected a quantum workspace](https://docs.
az quantum execute --target-id TARGET -- --n-qubits=3 --idx-marked=6
```

For a full list of available QIO and quantum computing targets, run:
For a full list of available quantum computing targets, run:

```azcli
az quantum target list --output table
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/hello-world/HW-rigetti-qiskit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
}
},
"source": [
"The job ID can be used to retrieve the results later using the [`get_details` method](https://docs.microsoft.com/azure/quantum/optimization-job-reference#jobdetails) or by viewing it under the **Job management** section of the portal."
"The job ID can be used to retrieve the results later using the [`get_job` method](https://learn.microsoft.com/azure/quantum/optimization-workspace#workspaceget_job) or by viewing it under the **Job management** section of the portal."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/hidden-shift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Make sure that you have [created and selected a quantum workspace](https://docs.
az quantum execute --target-id TARGET -- --pattern-int 6 --register-size 3
```

For a full list of available QIO and quantum computing targets, run:
For a full list of available quantum computing targets, run:

```azcli
az quantum target list --output table
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/hidden-shift/hidden-shift.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The job ID can be used to retrieve the results later using the [get_details function](https://docs.microsoft.com/azure/quantum/optimization-job-reference#jobdetails) or by viewing it under the **Job management** section of the portal.\n",
"The job ID can be used to retrieve the results later using the [`get_job` method](https://learn.microsoft.com/azure/quantum/optimization-workspace#workspaceget_job) or by viewing it under the **Job management** section of the portal.\n",
"\n",
"You can monitor the job status with Qiskit's `job_monitor` function.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/ising-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Make sure that you have [created and selected a quantum workspace](https://docs.
az quantum execute --target-id TARGET -- --n-sites=5 --time=5.0 --dt=0.1
```

For a full list of available QIO and quantum computing targets, run:
For a full list of available quantum computing targets, run:

```azcli
az quantum target list --output table
Expand Down
4 changes: 2 additions & 2 deletions samples/azure-quantum/parallel-qrng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Make sure that you have [created and selected a quantum workspace](https://docs.
az quantum execute --target-id TARGET -- --n-qubits=4
```

For a full list of available QIO and quantum computing targets, run:
For a full list of available quantum computing targets, run:

```azcli
az quantum target list --output table
Expand Down Expand Up @@ -72,7 +72,7 @@ cd parallel-qrng/python-host
python parallel_qrng.py /subscriptions/SUBSCRIPTION_ID/resourceGroups/RESOURCE_GROUP_NAME/providers/Microsoft.Quantum/Workspaces/WORKSPACE_NAME LOCATION TARGET_ID
```

For a full list of available QIO and quantum computing targets, run:
For a full list of available quantum computing targets, run:

```azcli
az quantum target list --output table
Expand Down
2 changes: 1 addition & 1 deletion samples/azure-quantum/teleport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ az quantum execute --target-id TARGET -- --prep-basis PauliX --meas-basis PauliX

> **⚠ NOTE:** In order to run this sample, the target must support comparing measurement results.
For a full list of available QIO and quantum computing targets, run:
For a full list of available quantum computing targets, run:

```azcli
az quantum target list --output table
Expand Down
Loading