Skip to content

Use full dot product for hermitian expvals on default.qubit (#4866) #1218

Use full dot product for hermitian expvals on default.qubit (#4866)

Use full dot product for hermitian expvals on default.qubit (#4866) #1218

Workflow file for this run

name: Docker builds
on:
push:
branches:
- master
jobs:
base-tests:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Build & test PennyLane
run: make -f docker/Makefile build-base