Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(zne_estrategy): update default amplifier to multi-qubit (#62)
<!--⚠️ If you do not respect this template, your pull request will be closed.⚠️ Your pull request title should be short detailed and understandable for all.⚠️ Also, please add a release note file using reno if the change needs to be documented in the release notes.⚠️ If your pull request fixes an open issue, please link to the issue. - [ ] I have added the tests to cover my changes. - [ ] I have updated the documentation accordingly. - [ ] I have read the CONTRIBUTING document. --> ### Summary Update default amplifier in `ZNEStrategy` to act on all multi-qubit gates (i.e. `MultiQubitAmplifier`) instead of just two-qubit gates (i.e. `TwoQubitAmplifier`). ### Details and comments Builds towards solving #58
- Loading branch information