Results 29 issues of Yael Ben-Haim

``` (env1) hrlquantum:System$ git grep -i todo | grep -v image .gitignore:doc/**/_autodoc .pylintrc: fixme, # disabled as TODOs would show up as warnings .pylintrc:notes=FIXME,XXX,TODO docs/_ext/autodoc_analysis.py:from sphinx.ext.autodoc import ClassDocumenter docs/_ext/autodoc_analysis.py: app.add_autodocumenter(AnalysisDocumenter,...

`chisq` should probably be a parameter of `DatabaseServiceV1` methods `create_analysis_result` and `update_analysis_result`, and should experience the same flow like other variables that pass to the service, e.g. `quality` and `verified`.

Suppose that two analyses run for the same experiment, and the first analysis fails. Currently, the first analysis' failure causes the second analysis to be cancelled. This is coded in...

The method `get_backend` has been renamed to `backend`, but the README was not updated. Grepping `get_backend`, it still appears in additional places in the code (fake provider and integration tests);...

Cell [1] in https://github.com/Qiskit/qiskit-community-tutorials/blob/master/chemistry/nah_uccsd.ipynb

### What is the expected enhancement? Rustworkx has code for node and edge coloring. Its original motivation as far as I know comes from circuit synthesis. Another use-case arises when...

enhancement

### Summary The new classes `ExecutionSpan` and `ExecutionSpanCollection` will be populated with timing information of sampler jobs. ### Details and comments Closes #1832.

**What is the expected feature or enhancement?** The interface will allow users to retrieve medium-grained timing information about their sampler jobs.

enhancement

**Describe the bug** Qubit 8 in https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/qiskit_ibm_runtime/fake_provider/backends/hanoi/props_hanoi.json has `T2` which is greater than twice `T1`. As a result, transpilation fails. (In addition to the noise being unphysical, which is not...

bug