Skip to content

fix the bug in thermal loss for gaussian backend #2056

fix the bug in thermal loss for gaussian backend

fix the bug in thermal loss for gaussian backend #2056

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"