qiskit-serverless icon indicating copy to clipboard operation
qiskit-serverless copied to clipboard

A programming model for leveraging quantum and classical resources

Results 36 qiskit-serverless issues
Sort by recently updated
recently updated
newest added

### What is the expected enhancement? As a dev I want program jobs emit an event and notify backend to update status of job and results in order to remove...

enhancement
priority: medium
project: gateway

### What is the expected behavior? There is new Python release https://www.python.org/downloads/release/python-3120/ We will need to support it after https://github.com/Qiskit-Extensions/quantum-serverless/issues/1034

enhancement
priority: low
project: infrastructure

``BaseProvider`` was intended to be an abstract base class to be used as a reference implementation for connecting to various cloud providers (AWS, Azure, etc.), but it is implemented as...

enhancement

As discussed [here](https://github.com/Qiskit-Extensions/quantum-serverless/pull/944#issuecomment-1738066741) in #944 , we should handle deserialization of results with a custom deserializer, rather than an extra `json.loads` call in the `Job.result` method.

enhancement

### What is the expected behavior? We need a way to configure in the Middleware installation the dependencies to use (like a white list or black list, think about it),...

question
priority: low
project: gateway

### What is the expected enhancement? As we have in `repository` we would like to include validations for: - `arguments` - `env_vars` - `dependencies` Depends on #314

enhancement
priority: low
project: gateway