Skip to content

Commit

Permalink
add 120x wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu00 committed May 6, 2021
1 parent 2277de0 commit 71df660
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions tutorials/00_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@
"id": "1a870dc9",
"metadata": {},
"source": [
"The Qiskit Runtime Service allows authorized users to upload their Qiskit quantum programs.\n",
"A Qiskit quantum program is a piece of Python code that takes certain inputs, performs\n",
"quantum and maybe classical processing, and returns the processing results. The same or other\n",
"authorized users can invoke these quantum programs by simply passing in the required input parameters.\n",
"Qiskit Runtime is a new architecture offered by IBM Quantum that significantly reduces waiting time during \n",
"computational iterations. You can execute your experiments near the quantum hardware, without \n",
"the interactions of multiple layers of classical and quantum hardware slowing it down.\n",
"\n",
"These Qiskit quantum programs, sometimes called Qiskit Runtime programs, run in a special\n",
"runtime environment that significantly reduces waiting time during computational\n",
"iterations."
"Using Qiskit Runtime, for example, a research team at IBM Quantum was able to achieve 120x speed \n",
"up in their lithium hydride simulation (link to come). \n",
"\n",
"Qiskit Runtime allows authorized users to upload their Qiskit quantum programs for themselves or \n",
"others to use. A Qiskit quantum program, also called a Qiskit runtime program, is a piece of Python code that takes certain inputs, performs\n",
"quantum and maybe classical computation, and returns the processing results. The same or other\n",
"authorized users can then invoke these quantum programs by simply passing in the required input parameters."
]
},
{
Expand Down

0 comments on commit 71df660

Please sign in to comment.