Travis-S-IBM / q-kernel-ops

A repository for the QAMP Spring 2022 project
Apache License 2.0
3 stars 2 forks source link

Workflow w/ System Z #1

Closed mickahell closed 2 years ago

mickahell commented 2 years ago

Architecture idea

Capture d’écran 2022-03-13 à 16 17 03

Question

EPIC #5

Travis-S-IBM commented 2 years ago

@cfilleke @mickahell

Flagging that right now there are 2 versions of the Runtime available: "legacy" and "current".

The "current" runtime (hereafter, Runtime) is made available as a service on the IBM Cloud: https://cloud.ibm.com/docs/quantum-computing?topic=quantum-computing-overview

We should use this service, as the "legacy" runtime (https://qiskit.org/documentation/apidoc/ibmq_runtime.html) is now deprecated; see https://github.com/Qiskit-Partners/qiskit-runtime

The proper repo to reference is https://github.com/qiskit/qiskit-ibm-runtime.

Travis-S-IBM commented 2 years ago

@cfilleke What would be the checkpoints/milestones, in your estimation, for developing some code to run on Z Systems which invokes the Runtime API and handles the classical matrix completion bit itself?