Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCA panics when comparing arrays #1925

Open
cesarzc opened this issue Sep 19, 2024 · 1 comment
Open

RCA panics when comparing arrays #1925

cesarzc opened this issue Sep 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cesarzc
Copy link
Contributor

cesarzc commented Sep 19, 2024

Describe the bug

RCA panics when comparing arrays.

operation Main() : Unit {
    use qs = Qubit[2];
    MResetEachZ(qs) == [Zero, Zero];
}

To Reproduce

Playground repro.

Thanks @swernli for finding the bug and providing a repro.

@cesarzc cesarzc added the bug Something isn't working label Sep 19, 2024
@cesarzc cesarzc self-assigned this Sep 19, 2024
@orpuente-MS
Copy link
Contributor

What is the expected behavior here?

@orpuente-MS orpuente-MS self-assigned this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants