Skip to content

fix symmetric walk op to use the block-encoding qfunc and not the wal… #748

fix symmetric walk op to use the block-encoding qfunc and not the wal…

fix symmetric walk op to use the block-encoding qfunc and not the wal… #748

name: "(Internal) Automatic Deployment"
on:
pull_request_target:
branches:
- main
types:
- closed
jobs:
deploy-prod:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: production
secrets: inherit
deploy-staging:
if: github.event.pull_request.merged == true
uses: ./.github/workflows/Utils-deployment-qmod.yml
with:
deploy-mode: staging
secrets: inherit