-
Notifications
You must be signed in to change notification settings - Fork 173
Update pages around usage #4787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
abbycross
wants to merge
26
commits into
main
Choose a base branch
from
ajc/pricing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
43ced89
Update execution-modes-faq.mdx
abbycross ed76dde
update definition, remove estimation section
abbycross 4e96549
update bullet points
abbycross 872f177
update failed/canceled jobs section
abbycross 14f15cb
Merge branch 'main' into ajc/pricing
abbycross e8c7743
define quantum usage
abbycross db3e264
replace quantum time
abbycross 949119a
typo
abbycross af564fb
need to verify - replace with max_usage?
abbycross eff98ac
more replacing with max_usage
abbycross 4c8b002
Apply suggestions from code review
abbycross 77e718a
Merge branch 'main' into ajc/pricing
abbycross 9d2576b
Restore estimate usage section
abbycross c9db906
typo
abbycross e986626
code review
abbycross cb8d866
Update manage-cost.mdx
abbycross 02eb0db
Apply suggestions from code review
abbycross ac9ed40
add "based on"
abbycross 000e74b
Merge branch 'ajc/pricing' of https://github.com/Qiskit/documentation…
abbycross 7308ae2
add another "based on"
abbycross 3c240f6
Merge branch 'main' into ajc/pricing
abbycross 8b22e8f
updates per Jessie
abbycross 2f0189e
restore max_execution_time
abbycross 72b8103
Merge branch 'main' into ajc/pricing
abbycross 09b36a2
Update qiskit-runtime-circuit-timing.ipynb
abbycross a2862c8
Merge branch 'main' into ajc/pricing
abbycross File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,10 +102,7 @@ The main difference is the time and cost tradeoff: | |
| Batch mode: | ||
|
|
||
| - The total run time is less because the classical processing might run in parallel. | ||
| - There is a slight overhead for running each job, so you end up paying a little more for batched jobs. This overhead correlates to the size of the job. For example, the total usage of two jobs, each containing 40 100x100 circuits, is six seconds more than a single job containing 80 circuits. | ||
| - Because batch mode doesn't give you exclusive access to a backend, jobs inside a batch might run with other users' jobs or calibration jobs. | ||
| - If some jobs fail, you still get results from the completed jobs. | ||
| - You can take action in the middle of a batch workload based on the results of completed jobs. For example, you can cancel the rest of the jobs if the initial results look incorrect. | ||
|
Comment on lines
-106
to
-108
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why are these 3 bullets removed? |
||
| - There is a slight overhead for running each job, so you end up consuming a little more for batched jobs. | ||
|
|
||
| Job mode: | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we link to the IQP plan page for
plan typeto make it obvious whatplanmeans here? Also, doesresourceshere mean compute resources?