Iskandar Sitdikov
Iskandar Sitdikov
### Feature description In order to provide better transparency and search optimization to our pages it would be great to annotate pages of `qiskit.org` with `schema.org` markup tools. There are...
Backends: incorporate gate errors information from Braket devices to unlock noise aware transpiling
### What is the expected enhancement? Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our [Contributor License Agreement](https://cla-assistant.io/qiskit-community/qiskit-braket-provider?pullRequest=48) before...
### What is the expected enhancement? Prepare repository for release cycles as other Qiskit modules. TODOs: - add https://github.com/Qiskit/qiskit-bot - pypi release - docs deployment
### What is the expected enhancement? As pickle is a default Python serialization mechanism it would be for strategy classes to be pickable. Example: ```python import pickle from ... import...
### What is the expected enhancement? Add e2e custom image function tests
### What is the expected enhancement? Add validation rules for `QiskitFunction` and other dataclasses. Something along those lines ```python @dataclass class QiskitFunction: ... def __post_init__(self): if not self.entrypoint and not...
### What is the expected enhancement? Errors are handled in unoptimal way. When request failed we throw generic expection. What we should do is provide explanation what actually happened.
### What is the expected behavior? Implement API documentation for serverless (gateway) ### User story As developer I want to explore restful API specification of serverless (gateway) using swagger /...
### What is the expected enhancement? Move documentation from gh to ibm docs. Epic https://github.com/Qiskit-Extensions/quantum-serverless/issues/1164
### What is the expected behavior? Implement loosely coupled integration of runtime service into serverless. ### User story As serverless user I want each serverless job keep track of spawned...