Elena Peña Tapia
Elena Peña Tapia
**What is the expected feature or enhancement?** Once the qiskit C FFI exposes circuits and serialization features, the next natural step would be allowing to execute these circuits and retrieve...
**What is the expected feature or enhancement?** There is an ongoing effort to introduce a new version of the `Backend` abstract API that exposes a `sampler()` and/or `estimator()` factory method...
**What is the expected feature or enhancement?** There are several directions that can be explored to speed up the response time, including: - [ ] Providing alternative endpoints for querying...
**What is the expected feature or enhancement?** To expose an API endpoint to: 1. determine the max QPY version deployed server-side 2. dynamically determine the most recent QPY version to...
**What is the expected feature or enhancement?** Right now too much logic is hard coded in the client. This requires updating the server side and client side in lockstep. We...
**What is the expected feature or enhancement?** To be able to provide stability guarantees on the Python API, the client must be decoupled from the REST API. Both should be...
`BackendV3`
This RFC summarizes a proposal for `BackendV3` that has been discussed for a few months already. The proposal is simple, but the discussions around the topic are not. The document...
### Summary This PR addresses https://github.com/Qiskit/qiskit-serverless/issues/1773 by providing a more informative exception than a 404 error when a function is not found. The full trace is exposed so the 404...
### Steps to reproduce the problem ### What is the current behavior? When trying to access a function your service doesn't have access to, an obscure 404 error is raised....
Custom runtime programs are long gone, making the migration guide stale: https://qiskit.github.io/qiskit-serverless/migration/migration_from_qiskit_runtime_programs.html. I suggest removing it in an attempt to keep the docs more up to date.