You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: qiskit/advanced/aqua/artificial_intelligence/index.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
"\n",
20
20
"* [Quantum SVM for Classification](qsvm_classification.ipynb)\n",
21
21
"* [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)"
"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",
17
17
"\n",
18
18
"***\n",
19
19
"### Contributors\n",
@@ -30,7 +30,7 @@
30
30
"\n",
31
31
"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",
32
32
"\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",
34
34
"\n",
35
35
"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",
Copy file name to clipboardExpand all lines: qiskit/advanced/aqua/chemistry/dissociation_profile_of_molecule.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@
155
155
"\n",
156
156
"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",
157
157
"\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."
0 commit comments