Skip to content

Bugfix for generating appropritate resource estimates for trotter circuit and for outputting trotter circuits #45

Bugfix for generating appropritate resource estimates for trotter circuit and for outputting trotter circuits

Bugfix for generating appropritate resource estimates for trotter circuit and for outputting trotter circuits #45

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
QCATests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .
- name: Run Tests
run: |
python -m pytest --import-mode=append tests/