Skip to content

Inconsistency in docs vs implementation: sample_memory_circuit return value #221

@bmhowe23

Description

@bmhowe23

Also, while looking into this, I coincidentally found an inconsistency in our docs vs implementation, going back to our original public commit. More specifically - I think

* Shape: :code:`(num_shots, num_rounds * syndrome_size)`
is inconsistent with the sample_memory_circuit implementation. Our current implementation returns (num_shots * num_rounds, syndrome_size), but the docs say (num_shots, num_rounds * syndrome_size). I'll open a new issue for this; just noting it here for your awareness.

Originally posted by @bmhowe23 in #216 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions