Skip to content

Generalize mp_to_pauli so that it can work with any observable that has a Pauli Rep #1516

Generalize mp_to_pauli so that it can work with any observable that has a Pauli Rep

Generalize mp_to_pauli so that it can work with any observable that has a Pauli Rep #1516

Workflow file for this run

name: "Documentation check"
on:
- pull_request
jobs:
sphinx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: PennyLaneAI/sphinx-action@master
with:
docs-folder: "doc/"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pre-build-command: "apt install -y graphviz gcc python3-dev git && pip3 install -r requirements.txt && pip3 install ."
build-command: "sphinx-build -b html . _build -W --keep-going"