Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 61ffc82

Browse files
mrossinekjaygambetta
authored andcommitted
Fix links (#812)
* Fix all links to community tutorials * Fix all links to iqx tutorials
1 parent 6582fda commit 61ffc82

33 files changed

Lines changed: 41 additions & 41 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Qiskit IQX Tutorials
22

3-
[![License](https://img.shields.io/github/license/Qiskit/qiskit-tutorials.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)[![](https://img.shields.io/github/release/Qiskit/qiskit-tutorials.svg?style=popout-square)](https://github.com/Qiskit/qiskit-tutorials/releases)
3+
[![License](https://img.shields.io/github/license/Qiskit/qiskit-iqx-tutorials.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0)[![](https://img.shields.io/github/release/Qiskit/qiskit-iqx-tutorials.svg?style=popout-square)](https://github.com/Qiskit/qiskit-iqx-tutorials/releases)
44

55
Welcome to the [Qiskit](https://www.qiskit.org/) IQX Tutorials!
66

@@ -11,7 +11,7 @@ processors, online simulators, and local simulators). The online quantum
1111
processors are the [IBM Q](https://quantum-computing.ibm.com) devices.
1212

1313
For our community-contributed tutorials, please check out the
14-
[qiskit-community-tutorials](https://github.com/Qiskit/qiskit-tutorials-community)
14+
[qiskit-community-tutorials](https://github.com/Qiskit/qiskit-community-tutorials)
1515
repository.
1616

1717
## Installation
@@ -48,7 +48,7 @@ If you'd like to contribute to Qiskit IQX Tutorials, please take a look at our
4848
Qiskit's [code of conduct](.github/CODE_OF_CONDUCT.md). By participating, you
4949
are expect to uphold to this code.
5050

51-
We use [GitHub issues](https://github.com/Qiskit/qiskit-tutorials/issues) for
51+
We use [GitHub issues](https://github.com/Qiskit/qiskit-iqx-tutorials/issues) for
5252
tracking requests and bugs. Please use our [Slack](https://qiskit.slack.com)
5353
for discussion and simple questions. To join our Slack community, use the
5454
[link](https://join.slack.com/t/qiskit/shared_invite/enQtNDc2NjUzMjE4Mzc0LTMwZmE0YTM4ZThiNGJmODkzN2Y2NTNlMDIwYWNjYzA2ZmM1YTRlZGQ3OGM0NjcwMjZkZGE0MTA4MGQ1ZTVmYzk).
@@ -59,7 +59,7 @@ Exchange](https://quantumcomputing.stackexchange.com/questions/tagged/qiskit).
5959
## Authors and Citation
6060

6161
Qiskit IQX Tutorials is the work of [many
62-
people](https://github.com/Qiskit/qiskit-tutorials/graphs/contributors) who
62+
people](https://github.com/Qiskit/qiskit-iqx-tutorials/graphs/contributors) who
6363
contribute to the project at different levels. If you use Qiskit, please cite
6464
as per the included [BibTeX
6565
file](https://github.com/Qiskit/qiskit/blob/master/Qiskit.bib).

qiskit/advanced/aer/1_aer_provider.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"# Qiskit Aer: Simulators\n",
1515
"\n",
16-
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-tutorials."
16+
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-iqx-tutorials."
1717
]
1818
},
1919
{

qiskit/advanced/aer/2_device_noise_simulation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"# Qiskit Aer: Device noise model simulations\n",
1515
"\n",
16-
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-tutorials."
16+
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-iqx-tutorials."
1717
]
1818
},
1919
{

qiskit/advanced/aer/5_noise_transformation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"# Qiskit Aer: Noise Transformation\n",
1515
"\n",
16-
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-tutorials."
16+
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-iqx-tutorials."
1717
]
1818
},
1919
{

qiskit/advanced/aqua/amplitude_estimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"# _*Qiskit Aqua: Amplitude Estimation*_ \n",
1515
"\n",
16-
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-tutorials.\n",
16+
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-iqx-tutorials.\n",
1717
"\n",
1818
"***\n",
1919
"### Contributors\n",

qiskit/advanced/aqua/artificial_intelligence/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"* [Quantum SVM for Classification](qsvm_classification.ipynb)\n",
2121
"* [qGANs for Learning & Loading Random Distributions](qgans_for_loading_random_distributions.ipynb)\n",
22-
"* More examples can be found in [community/artificial_intelligence](https://github.com/Qiskit/qiskit-tutorials-community/tree/master/artificial_intelligence)"
22+
"* More examples can be found in [community/artificial_intelligence](https://github.com/Qiskit/qiskit-community-tutorials/tree/master/artificial_intelligence)"
2323
]
2424
},
2525
{

qiskit/advanced/aqua/artificial_intelligence/qgans_for_loading_random_distributions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"# _*Qiskit Aqua: qGANs for Loading Random Distributions*_ \n",
1515
"\n",
16-
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-tutorials.\n",
16+
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-iqx-tutorials.\n",
1717
"\n",
1818
"***\n",
1919
"### Contributors\n",

qiskit/advanced/aqua/chemistry/declarative_approach.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"# _*Qiskit Chemistry, Declarative Approach*_ \n",
1515
"\n",
16-
"The latest version of this notebook is available at https://github.com/Qiskit/qiskit-tutorials.\n",
16+
"The latest version of this notebook is available at https://github.com/Qiskit/qiskit-iqx-tutorials.\n",
1717
"\n",
1818
"***\n",
1919
"### Contributors\n",
@@ -30,7 +30,7 @@
3030
"\n",
3131
"This notebook demonstrates how to use Qiskit Chemistry to compute the ground state energy of molecular Hydrogen (H$_2$) using the Variational Quantum Eigensolver (VQE) algorithm and the Unitary Coupled Cluster Singles and Doubles (UCCSD) variational form. This notebook uses the so called *declarative approach*: a Python dictionary automatically generated via the Qiskit Chemistry GUI wizard summarizes the entire experiment declaratively. That dictionary is simply then passed as a paramter to the `run` method of the `QiskitChemistry` solver to get the result of the experiment, also in the form of a Python dictionary.\n",
3232
"\n",
33-
"Users who are more interested in learning the Qiskit Aqua and Qiskit Chemistry APIs and/or in contributing new algorithmic components can look at the same experiment executed [programmatically](https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/chemistry/programmatic_approach.ipynb).\n",
33+
"Users who are more interested in learning the Qiskit Aqua and Qiskit Chemistry APIs and/or in contributing new algorithmic components can look at the same experiment executed [programmatically](https://github.com/Qiskit/qiskit-iqx-tutorials/blob/master/qiskit/chemistry/programmatic_approach.ipynb).\n",
3434
"\n",
3535
"This notebook has been written to use the HDF5 chemistry driver. This driver uses molecular data that has been serialized from a prior computation. This allows this notebook to be executed with no additional driver installation requirements. See the Qiskit Chemistry driver documentation for more detail.\n",
3636
"\n",

qiskit/advanced/aqua/chemistry/dissociation_profile_of_molecule.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"\n",
156156
"In this first part of the notebook, we show the optimization of the H$_2$ Hamiltonian in the `STO-3G` basis at the bond length of 0.735 Angstrom. After mapping it to a four-qubit system with a parity transformation, two spin-parity symmetries are modded out, leading to a two-qubit Hamiltonian. The energy of the mapped Hamiltonian obtained is then minimized using the variational ansatz described in the introduction, and a stochastic perturbation simultaneous approximation (SPSA) gradient descent method. We stored the precomputed one- and two-body integrals and other molecular information in the `hdf5` file.\n",
157157
"\n",
158-
"Here we use the [*declarative approach*](https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/chemistry/declarative_approach.ipynb) to run our experiment, but the same is doable in a [fully programmatic way](https://github.com/Qiskit/qiskit-tutorials/blob/master/qiskit/chemistry/programmatic_approach.ipynb), especially for those users who are interested in learning the Qiskit Aqua and Qiskit Chemistry APIs as well as contributing new algorithmic components."
158+
"Here we use the [*declarative approach*](https://github.com/Qiskit/qiskit-iqx-tutorials/blob/master/qiskit/chemistry/declarative_approach.ipynb) to run our experiment, but the same is doable in a [fully programmatic way](https://github.com/Qiskit/qiskit-iqx-tutorials/blob/master/qiskit/chemistry/programmatic_approach.ipynb), especially for those users who are interested in learning the Qiskit Aqua and Qiskit Chemistry APIs as well as contributing new algorithmic components."
159159
]
160160
},
161161
{

qiskit/advanced/aqua/chemistry/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"* [Howto: declarative approach](declarative_approach.ipynb)\n",
2121
"* [Howto: programmatic approach](programmatic_approach.ipynb)\n",
2222
"* [Quantum Chemistry with VQE](dissociation_profile_of_molecule.ipynb) dissociation curve of H<sub>2</sub> and LiH\n",
23-
"* More examples can be found in [community/chemistry](https://github.com/Qiskit/qiskit-tutorials-community/tree/master/chemistry)"
23+
"* More examples can be found in [community/chemistry](https://github.com/Qiskit/qiskit-community-tutorials/tree/master/chemistry)"
2424
]
2525
},
2626
{

0 commit comments

Comments
 (0)