Ikko Hamamura
Ikko Hamamura
### Summary Add `run_options` arguments to constructor of primitives and `run_options` methods to primitives. Users can set default ``run_options`` in addition to passing `run_options` at runtime. ### Details and comments
### Summary ### Details and comments
### Summary Terra introduced black formatter in #6361. However, there is currently no formatting for imports. Developer's style differences regarding line breaks and ordering of imports can cause merge conflicts...
### Summary Primitives in Terra 0.22 have new feature `run` method. https://github.com/Qiskit/qiskit-terra/pull/8382 This PR makes Aer 0.11 compatible with both Terra 0.21 and 0.22. ### Details and comments
### What is the expected enhancement? I want this method because I sometimes want to retrieve a runtime job later. Is there another way?
### Summary - Deprecate `PauliTable` - Deprecate `StabilizerTable.pauli` - Make `StabilizerTable` a standalone (i.e. independent from PauliTable) ### Details and comments TODO - [x] Add Releasenote
### Summary This PR deprecates `StabilizerTable`, which is used in `Clifford`. Related to https://github.com/Qiskit/qiskit-terra/pull/7245. ### Details and comments ~~Performance regression occurs due to stacking of x and z and tracking...
### Summary This PR changes QiskitError to ValueError. ### Details and comments
### Summary Takeover #7215. ### Details and comments TODO: - [ ] Tests - [ ] Releasenote
### What is the expected behavior? Recently, GitHub supports cff format for citation. https://citation-file-format.github.io How about using cff?