qiskit icon indicating copy to clipboard operation
qiskit copied to clipboard

Default run_options for Primitives

Open ikkoham opened this issue 2 years ago • 2 comments

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

image

ikkoham avatar Aug 10 '22 12:08 ikkoham

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the the following people are requested to review this:

  • @Qiskit/terra-core
  • @ajavadia
  • @ikkoham
  • @levbishop
  • @t-imamichi

qiskit-bot avatar Aug 10 '22 12:08 qiskit-bot

Pull Request Test Coverage Report for Build 2993562201

  • 33 of 33 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.006%) to 84.364%

Totals Coverage Status
Change from base Build 2993053910: 0.006%
Covered Lines: 57868
Relevant Lines: 68593

💛 - Coveralls

coveralls avatar Aug 10 '22 13:08 coveralls

Wait for the Runtime side to design the Option.

ikkoham avatar Aug 23 '22 08:08 ikkoham