Skip to content

change the purity calculation for gaussian state #2057

change the purity calculation for gaussian state

change the purity calculation for gaussian state #2057

Workflow file for this run

name: "Documentation check"
on:
- pull_request
jobs:
sphinx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: XanaduAI/sphinx-action@master
with:
docs-folder: "doc/"
pre-build-command: "apt install -y graphviz && pip3 install -r requirements.txt && pip3 install ."
build-command: "sphinx-build -b html . _build -W --keep-going"