Skip to content

[BUG] Can't initialize ParticleConservingU1/2 with default init_state #901

[BUG] Can't initialize ParticleConservingU1/2 with default init_state

[BUG] Can't initialize ParticleConservingU1/2 with default init_state #901

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 }}"