Results 29 issues of Yael Ben-Haim

### Summary The first pull request in the list: https://github.com/Qiskit/qiskit-terra/issues/5692#issuecomment-766782160 ### Details and comments Still in progress, to be ready requires: - [x] Testing. - [x] Documentation. - [x] Style...

It's important for me to still use the old provider because of bugs with the new provider, using pulses. I'll try to create small examples and open separate issues. When...

type: bug

Suppose that we have two test files: `relevant_tests.py` and `irrelevant_with_bad_import.py`. `relevant_tests.py` is the only file containing a specific test named `test_interesting`. In addition, `irrelevant_with_bad_import.py` contains a bad import. If I...

Users can learn if `save` was successful by setting the `suppress_errors` parameter to `False` and checking if the `ExperimentDataSaveFailed` exception occurred. I think it could be good if `save` displayed...

With the stable branch, [the exception](https://github.com/Qiskit-Extensions/qiskit-experiments/blob/62d75a196a199e3b23ad55b60b53a59e1db915a1/qiskit_experiments/framework/experiment_data.py#L1996-L1997) is indeed skipped, as expected. But then [elsewhere](https://github.com/Qiskit-Extensions/qiskit-experiments/blob/62d75a196a199e3b23ad55b60b53a59e1db915a1/qiskit_experiments/framework/analysis_result.py#L420-L421) another exception occurs. I don't know about the main branch. As a workaround, @wshanks suggested to...

bug

Will be nicer if it's `false` instead of `None`.

As far as I see, at least in Qiskit Experiments we're not using it.

Currently the components are not set in the case of analysis failure. In the attached image, T2Ramsey analysis failed (first line), and you can see that the Components column is...

Suggesting the following rules for setting the maximum number of circuits in a job, in the presence of composite experiments: If `separate_jobs` is False (this is the usual case) then:...

bug

Re https://github.com/Qiskit/qiskit-experiments/blob/57fd212d6d468b3894b122f046901f9a384017d7/qiskit_experiments/framework/experiment_data.py#L783-L818 This code assumes that a failed execution of the backend will cause the line `job.result()` to raise an exception. This is indeed the case for devices, but not...