Skip to content

Qiskit Dell Runtime is a Qiskit Runtime platform that can execute classical-quantum code on both local and on-premise environments. With this platform, hybrid classical-quantum code bundle can be developed and executed. Powered by Qiskit Runtime API, this execution model provides close-integration of classical and quantum execution.

License

qiskit-community/qiskit-dell-runtime

Repository files navigation

Qiskit Dell Runtime

Qiskit Dell Runtime is a Qiskit Runtime platform that can execute classical-quantum code on both local and on-premise environments. With this platform, hybrid classical-quantum code bundle can be developed and executed. Powered by Qiskit Runtime API, this execution model provides close-integration of classical and quantum execution.

Various simulation, emulation and quantum hardware can be integrated with this platform. Developers can abstract their source code with Qiskit, so that execution can be ported across execution environments with minimum effort.

At this time the Qiskit-Dell-Runtime has been tested on Linux and Windows.

Getting Started with Qiskit

The Qiskit Dell Runtime is an platform for running hybrid classical-quantum algorithms in local and remote execution environments. To get started using the platform, it is recommended that you have some experience with Qiskit first.

You can find plenty of tutorials and introductory materials provided by Qiskit here.

Architecture

This platform provides both client-side provider and server-side components.

Qiskit Runtime Architecture

Client-side Provider

Users would need to install the DellRuntimeProvider on client devices. The provider is defaulted to local execution and can be used out of the box. This provider can also be used to connect with platform running on a server-side, so that users can control server and execute jobs by using the same API.

Server-side Components

This platform has a minimalist design to create a light-weighted execution environment for server-side components. It contains an orchestrator long-running microservice that listens to requests from DellRuntimeProvider.

At runtime, when a job is started by user, a new pod will be created to execute both classical and vQPU workload.

For deployment installation, please visit this link.

Database Configuration

All user-uploaded code and execution parameters will be stored in a database. By default, this platform comes with a mysql deployment. If users would like to customize database to another database service, please view these installations for database configuration.

SSO

SSO integration is off by default, so that users can easily set up a sandbox environment. There is existing integration hooks built into the platform for easy integration with various SSO systems.

Multi-Backend Support

By default, the quantum execution will be processed by Qiskit Aer simulation engine. Users can modify the quantum backend by specifying backend-name in the job input parameter. Custom code adjustment can be made to support multiple Qiskit backends, including other emulation, simulation and QPU backends.

Emulation vs Simulation

While simulation engines execute quantum circuits to measure probablistic outcome, emulation engines calculate outcome for algorithms with deterministic calculations.

The Hybrid Emulation Platform can support both simulation and emulation, depending on the backend used.

You can read about the VQE example provided in our documentation or in a Qiskit Tutorial if you want to learn more about when it may be beneficial to use either emulation or simulation over the other.

Emulations for different use cases are under-development, and we are looking for feedback to better prioritize on use cases. If you have a use-case in mind, please contact us at v.fong@dell.com.

Documentation Links:

For any questions or feedback, please contact v.fong@dell.com

About

Qiskit Dell Runtime is a Qiskit Runtime platform that can execute classical-quantum code on both local and on-premise environments. With this platform, hybrid classical-quantum code bundle can be developed and executed. Powered by Qiskit Runtime API, this execution model provides close-integration of classical and quantum execution.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages