From 56ad3715c3cb27061031281e556555770298aa0a Mon Sep 17 00:00:00 2001 From: abbycross Date: Tue, 14 May 2024 13:53:21 -0400 Subject: [PATCH] Remove run-new directory in light of new reorg plan (#1370) We no longer need the run-new directory. --- docs/run-new/_toc.json | 132 ----------------------------------------- docs/run-new/index.mdx | 19 ------ 2 files changed, 151 deletions(-) delete mode 100644 docs/run-new/_toc.json delete mode 100644 docs/run-new/index.mdx diff --git a/docs/run-new/_toc.json b/docs/run-new/_toc.json deleted file mode 100644 index e4ce6547e1f..00000000000 --- a/docs/run-new/_toc.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "title": "Run", - "collapsed": true, - "children": [ - { - "title": "Introduction", - "url": "/run-new" - }, - { - "title": "Run with primitives", - "children": [ - { - "title": "Introduction to primitives", - "url": "/run/primitives" - }, - { - "title": "Get started with primitives", - "url": "/run/primitives-get-started" - }, - { - "title": "Primitives examples", - "url": "/run/primitives-examples" - } - ] - }, - { - "title": "Configure runtime options", - "children": [ - { - "title": "Configure runtime compilation", - "url": "/run/configure-runtime-compilation" - }, - { - "title": "Configure runtime error mitigation", - "url": "/run/configure-error-mitigation" - }, - { - "title": "Advanced runtime options", - "url": "/run/advanced-runtime-options" - } - ] - }, - { - "title": "Execution modes", - "children": [ - { - "title": "About sessions", - "url": "/run/sessions" - }, - { - "title": "Run jobs in a session", - "url": "/run/run-jobs-in-session" - }, - { - "title": "Run jobs in a batch", - "url": "/run/run-jobs-batch" - } - ] - }, - { - "title": "Manage jobs", - "children": [ - { - "title": "Monitor a job", - "url": "/run/monitor-job" - }, - { - "title": "Estimate job run time", - "url": "/run/estimate-job-run-time" - }, - { - "title": "Minimize job run time", - "url": "/run/minimize-time" - }, - { - "title": "Maximum execution time", - "url": "/run/max-execution-time" - } - ] - }, - { - "title": "Qiskit Serverless workloads", - "url": "/run/quantum-serverless" - }, - { - "title": "Hardware", - "children": [ - { - "title": "Processor types", - "url": "/run/processor-types" - }, - { - "title": "System information", - "url": "/run/system-information" - }, - { - "title": "Get backend information with Qiskit", - "url": "/run/get-backend-information" - }, - { - "title": "Native gates and operations", - "url": "/run/native-gates" - }, - { - "title": "Retired systems", - "url": "/run/retired-systems" - }, - { - "title": "Hardware considerations and limitations for classical feedforward and control flow", - "url": "/run/dynamic-circuits-considerations" - } - ] - }, - { - "title": "Understand the platform", - "children": [ - { - "title": "Instances", - "url": "/run/instances" - }, - { - "title": "Fair-share scheduler", - "url": "/run/fair-share-queue" - }, - { - "title": "Manage cost", - "url": "/run/manage-cost" - } - ] - } - ] -} \ No newline at end of file diff --git a/docs/run-new/index.mdx b/docs/run-new/index.mdx deleted file mode 100644 index ccab9c7a285..00000000000 --- a/docs/run-new/index.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Introduction -description: Overview of the Run section, where you'll find information on Qiskit Runtime primitives, execution modes, IBM Quantum systems, and executing jobs - ---- - -# Introduction - -IBM Quantum™ maintains the world’s most advanced fleet of quantum systems, with seven [utility-scale](https://www.ibm.com/blog/announcement/new-ibm-quantum-systems-on-the-ibm-cloud/) quantum systems, and more on the way. These systems demonstrate unparalleled reliability, with >95% uptime across the fleet of quantum systems - and unmatched stability, with two-qubit gate error fluctuations no larger than 0.001 over timescales measured in months[^1]. - -## Run on hardware - -Step 3 in Qiskit Patterns, "Execute on target hardware," centers around the [Qiskit Runtime primitives](/run/primitives) as the interface with IBM Quantum™ hardware, abstracting away error suppression and mitigation techniques so that you can focus more on the outcomes of your quantum computation. - -In addition to detailed information on primitives, you can read about the available execution modes in this section. While you can always submit a single job at a time, you can also use Runtime Primitives to run jobs in a [session](/run/sessions) or in [batch mode](/run/run-jobs-batch). These execution modes assist your utility-scale jobs to run efficiently. - -This section also includes a page about our [processor types](/run/processor-types), how to [monitor jobs](/run/monitor-job) and [get information about our systems with the Qiskit SDK](/run/get-backend-information), details about [Qiskit Serverless](/run/quantum-serverless), and more. - -[^1]: Median 2Q gate errors measured over all accessible Eagle processors from July 20 to September 20, 2023. \ No newline at end of file