Skip to content

Double CNOT (DCX) Gate #129

Double CNOT (DCX) Gate

Double CNOT (DCX) Gate #129

Workflow file for this run

name: Pull Request
on: [pull_request]
env:
PYTHON_VERSION: "3.8"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: pre-commit/action@v2.0.3