Skip to content

[BUG] Array indexing error when sampling after mid-circuit measurements are performed on other wires #1010

[BUG] Array indexing error when sampling after mid-circuit measurements are performed on other wires

[BUG] Array indexing error when sampling after mid-circuit measurements are performed on other wires #1010

Workflow file for this run

name: "Set Bug Issue Label and Assignee"
on:
issues:
types: [opened]
jobs:
autoassign:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/[email protected]
with:
title-or-body: "title"
parameters: '[
{"keywords": ["[BUG]", "bug"], "labels": ["bug :bug:"], "assignees": []}
]'
github-token: "${{ secrets.GITHUB_TOKEN }}"