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

Commit 4c4c07d

Browse files
authored
Merge pull request #1125 from divshacker/master
Fixed some typos in "05_Sampling_potential_energy_surface"
2 parents e2e5a24 + 6742b34 commit 4c4c07d

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

tutorials/chemistry/05_Sampling_potential_energy_surfaces.ipynb

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"cell_type": "markdown",
6060
"metadata": {},
6161
"source": [
62-
"Here, we use the H2 molecule as a model sysem for testing."
62+
"Here, we use the H2 molecule as a model system for testing."
6363
]
6464
},
6565
{
@@ -315,7 +315,7 @@
315315
"Here, an extrapolator added that will try to fit each (param,point) set to some specified function and suggest an initial parameter set for the next point (degree of freedom). \n",
316316
"\n",
317317
"- Extrapolator is based on an external extrapolator that sets the 'window', that is, the number of previous points to use for extrapolation, while the internal extrapolator proceeds with the actual extrapolation.\n",
318-
"- In practice, the user sets the window by specifies an integer value to num_bootstrap - which also the number of previous points to use for bootstrapping. Additionally, the external extrapolator defines the space within how to extrapolate - here PCA, clustering and the standard window approach. \n",
318+
"- In practice, the user sets the window by specifying an integer value to num_bootstrap - which is also the number of previous points to use for bootstrapping. Additionally, the external extrapolator defines the space within how to extrapolate - here PCA, clustering and the standard window approach. \n",
319319
"\n",
320320
"In practice, if no extrapolator is defined and bootstrapping is True, then all previous points will be bootstrapped. If an extrapolator list is defined and no points are specified for bootstrapping, then the extrapolation will be done based on all previous points."
321321
]
@@ -480,8 +480,8 @@
480480
{
481481
"data": {
482482
"text/html": [
483-
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>0.23.0</td></tr><tr><td>Terra</td><td>0.16.0</td></tr><tr><td>Aer</td><td>0.7.0</td></tr><tr><td>Ignis</td><td>0.5.0</td></tr><tr><td>Aqua</td><td>0.8.0</td></tr><tr><td>IBM Q Provider</td><td>0.11.0</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.6.12 |Anaconda, Inc.| (default, Sep 8 2020, 17:50:39) \n",
484-
"[GCC Clang 10.0.0 ]</td></tr><tr><td>OS</td><td>Darwin</td></tr><tr><td>CPUs</td><td>6</td></tr><tr><td>Memory (Gb)</td><td>16.0</td></tr><tr><td colspan='2'>Wed Oct 28 17:40:24 2020 CET</td></tr></table>"
483+
"<h3>Version Information</h3><table><tr><th>Qiskit Software</th><th>Version</th></tr><tr><td>Qiskit</td><td>0.23.6</td></tr><tr><td>Terra</td><td>0.16.4</td></tr><tr><td>Aer</td><td>0.7.5</td></tr><tr><td>Ignis</td><td>0.5.2</td></tr><tr><td>Aqua</td><td>0.8.2</td></tr><tr><td>IBM Q Provider</td><td>0.11.1</td></tr><tr><th>System information</th></tr><tr><td>Python</td><td>3.8.6 | packaged by conda-forge | (default, Jan 25 2021, 23:21:18) \n",
484+
"[GCC 9.3.0]</td></tr><tr><td>OS</td><td>Linux</td></tr><tr><td>CPUs</td><td>8</td></tr><tr><td>Memory (Gb)</td><td>31.409000396728516</td></tr><tr><td colspan='2'>Tue Feb 23 18:07:35 2021 UTC</td></tr></table>"
485485
],
486486
"text/plain": [
487487
"<IPython.core.display.HTML object>"
@@ -493,7 +493,7 @@
493493
{
494494
"data": {
495495
"text/html": [
496-
"<div style='width: 100%; background-color:#d5d9e0;padding-left: 10px; padding-bottom: 10px; padding-right: 10px; padding-top: 5px'><h3>This code is a part of Qiskit</h3><p>&copy; Copyright IBM 2017, 2020.</p><p>This code is licensed under the Apache License, Version 2.0. You may<br>obtain a copy of this license in the LICENSE.txt file in the root directory<br> of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.<p>Any modifications or derivative works of this code must retain this<br>copyright notice, and modified files need to carry a notice indicating<br>that they have been altered from the originals.</p></div>"
496+
"<div style='width: 100%; background-color:#d5d9e0;padding-left: 10px; padding-bottom: 10px; padding-right: 10px; padding-top: 5px'><h3>This code is a part of Qiskit</h3><p>&copy; Copyright IBM 2017, 2021.</p><p>This code is licensed under the Apache License, Version 2.0. You may<br>obtain a copy of this license in the LICENSE.txt file in the root directory<br> of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.<p>Any modifications or derivative works of this code must retain this<br>copyright notice, and modified files need to carry a notice indicating<br>that they have been altered from the originals.</p></div>"
497497
],
498498
"text/plain": [
499499
"<IPython.core.display.HTML object>"
@@ -508,9 +508,16 @@
508508
"%qiskit_version_table\n",
509509
"%qiskit_copyright"
510510
]
511+
},
512+
{
513+
"cell_type": "code",
514+
"execution_count": null,
515+
"metadata": {},
516+
"outputs": [],
517+
"source": []
511518
}
512519
],
513-
"metadata": {
520+
"metadata": {
514521
"kernelspec": {
515522
"display_name": "Python 3",
516523
"language": "python",
@@ -526,7 +533,7 @@
526533
"name": "python",
527534
"nbconvert_exporter": "python",
528535
"pygments_lexer": "ipython3",
529-
"version": "3.6.12"
536+
"version": "3.8.6"
530537
}
531538
},
532539
"nbformat": 4,

0 commit comments

Comments
 (0)