Skip to content

Initial feedback on Wrapper primitives #3207

Description

@jyu00

What is the expected enhancement?

I just started using Wrapper primitives for the first time, and here's some feedback before I forget:

  • It'd be nice if WrapperSampler also return all the input options in result metadata, to match that of WrapperEstimator (not high priority)
  • It'd be nice if WrapperEstimator can also return ExecutionSpans (not high priority)
  • WrapperEstimator logging says "Submitting 1 pub to executor with 128 shots", which is a bit misleading since it's really 128 shots per randomization.
  • My code used TREX and I expected some logging for post-processing but there wasn't any.
  • Right now it looks like find_unique_layers() returns both 2Q and measurement layers, and the user needs to strip out measurement layer based on (the lack of) InjectNoise annotation. It'd be less confusing to just have a find_unique_2q_layers() method.

Acceptance criteria

See above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions