Skip to content

Commit

Permalink
Merge 5d052cd into 8f536c3
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Nov 14, 2022
2 parents 8f536c3 + 5d052cd commit 5a48ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"source": [
"## Set up Quantum Serverless\n",
"\n",
"We can use Quantum Serverless to allocate the steps of wire cutting to various compute resources. For this tutorial, we will use our local CPU cores as our cluster. See the [Quantum Serverless](https://github.com/Qiskit-Extensions/quantum-serverless) documentation (and below) for more informatin about how to use other clusters."
"We can use Quantum Serverless to allocate the steps of wire cutting to various compute resources. For this tutorial, we will use our local CPU cores as our cluster. See the [Quantum Serverless](https://github.com/Qiskit-Extensions/quantum-serverless) documentation (and below) for more information about how to use other clusters."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"source": [
"### Set up Quantum Serverless\n",
"\n",
"We can use Quantum Serverless to send the entanglement forging routine to a remote compute resource. For this tutorial, we will use our local CPU cores as the compute cluster. See the [Quantum Serverless](https://github.com/Qiskit-Extensions/quantum-serverless) documentation (and below) for more informatin about how to use other clusters."
"We can use Quantum Serverless to send the entanglement forging routine to a remote compute resource. For this tutorial, we will use our local CPU cores as the compute cluster. See the [Quantum Serverless](https://github.com/Qiskit-Extensions/quantum-serverless) documentation (and below) for more information about how to use other clusters."
]
},
{
Expand Down Expand Up @@ -240,7 +240,7 @@
"@run_qiskit_remote()\n",
"def solve_remote(\n",
" problem: ElectronicStructureProblem,\n",
" ansatz_circuit: EntanglementForgingAnsatz,\n",
" ansatz: EntanglementForgingAnsatz,\n",
" optimizer: Optimizer,\n",
" service_args: Optional[Dict] = None,\n",
" backend_names: Optional[Union[str, Sequence[str]]] = None,\n",
Expand Down

0 comments on commit 5a48ac7

Please sign in to comment.