Skip to content

Commit

Permalink
run tox
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Nov 12, 2024
1 parent 8c24cd5 commit dc47dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/serverless-hamsim-template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tags": []
},
"source": [
"By now you've seen a basic example of how to get started writing, uploading, and running a program with Qiskit Serverless. If you haven't, start with [What is Qiskit Serverless?](/guides/serverless) for some background information first. \n",
"By now you've seen a basic example of how to get started writing, uploading, and running a program with Qiskit Serverless. If you haven't, start with [What is Qiskit Serverless?](/guides/serverless) for some background information first.\n",
"\n",
"The workloads you are building for your own use cases are likely not as simple as the examples previously shown. For example, you might need to carefully consider what domain-level inputs and outputs are relevant for your application, how to make sure your program can be reusable across a range of those inputs, and what kind of information you need returned during the execution of the job so you can better evaluate the progress of your workload. You might even want to incorporate a \"dry run\" mode that lets you test the impact of a set of particular inputs before sending the resulting circuits to hardware.\n",
"\n",
Expand Down

0 comments on commit dc47dfd

Please sign in to comment.