From e540a3a2bfdf0947101a623c3e6925dfd0b86c6d Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Tue, 28 May 2024 08:32:18 -0400 Subject: [PATCH] qrack.simulator, not qulacs --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b032c80..9e9f447 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: pip install dist/pennylane*.whl - name: Run tests - run: python -m pytest tests --cov=pennylane_qulacs --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native + run: python -m pytest tests --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native - name: Upload coverage to Codecov uses: codecov/codecov-action@v1.0.7 @@ -93,8 +93,8 @@ jobs: - name: Run tests run: | - pl-device-test --device=qulacs.simulator --tb=short --skip-ops --shots=None - pl-device-test --device=qulacs.simulator --tb=short --skip-ops --shots=20000 + pl-device-test --device=qrack.simulator --tb=short --skip-ops --shots=None + pl-device-test --device=qrack.simulator --tb=short --skip-ops --shots=20000 - name: Upload coverage to Codecov uses: codecov/codecov-action@v1.0.7