Skip to content

Introduce FSIM gates and 2Q Pauli Rotations #84

Introduce FSIM gates and 2Q Pauli Rotations

Introduce FSIM gates and 2Q Pauli Rotations #84

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test-qvm-lib:
name: Test QVM library
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run QVM library tests
run: |
sudo apt install sbcl
make quicklisp
sudo make install-test-deps
make test-lib