ryan-woo

Results 4 issues of ryan-woo

I am finding that the `rerun_filter` function is called twice per test. Version: 3.6.1 Pytest version: 5.4.3 Here is some sample code to recreate the problem: ``` def my_rerun_filter(*args): log.debug("ran...

### Summary open_pulse was added to the backend configuration as part of https://github.com/Qiskit/qiskit-aer/pull/2214. However, it did not add the open_pulse flag to the dictionary produced in `.to_dict()` Fixes #2237 ###...

### Informations - **Qiskit Aer version**: - **Python version**: - **Operating system**: ### What is the current behavior? It is omitted ### Steps to reproduce the problem `AerSimulator().configuration().to_dict()["open_pulse"]` this will...

bug

**Describe the bug** FakeBackends do not set `dynamic_reprate_enabled` and also do not set any of the other rep_delay attributes like `rep_delay_range` and `default_rep_delay`. **Steps to reproduce** ``` >>> from qiskit_ibm_runtime.fake_provider...

bug