diff --git a/.github/workflows/cirq-latest-latest.yml b/.github/workflows/cirq-latest-latest.yml index 4c1ccad..57658c4 100644 --- a/.github/workflows/cirq-latest-latest.yml +++ b/.github/workflows/cirq-latest-latest.yml @@ -61,6 +61,7 @@ jobs: pl-device-test --device=cirq.simulator --tb=short --skip-ops --shots=20000 pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=None pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=20000 + pl-device-test --device=cirq.pasqal --tb=short --skip-ops --analytic=False --shots=20000 --device-kwargs control_radius=2. pl-device-test --device=cirq.qsim --tb=short --skip-ops --analytic=False --shots=20000 - name: Run plugin tests diff --git a/.github/workflows/cirq-latest-rc.yml b/.github/workflows/cirq-latest-rc.yml index 657052d..72d12b8 100644 --- a/.github/workflows/cirq-latest-rc.yml +++ b/.github/workflows/cirq-latest-rc.yml @@ -61,6 +61,7 @@ jobs: pl-device-test --device=cirq.simulator --tb=short --skip-ops --shots=20000 pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=None pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=20000 + pl-device-test --device=cirq.pasqal --tb=short --skip-ops --analytic=False --shots=20000 --device-kwargs control_radius=2. pl-device-test --device=cirq.qsim --tb=short --skip-ops --analytic=False --shots=20000 - name: Run plugin tests diff --git a/.github/workflows/cirq-latest-stable.yml b/.github/workflows/cirq-latest-stable.yml index b2085d7..e6eaf72 100644 --- a/.github/workflows/cirq-latest-stable.yml +++ b/.github/workflows/cirq-latest-stable.yml @@ -62,6 +62,7 @@ jobs: pl-device-test --device=cirq.simulator --tb=short --skip-ops --shots=20000 pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=None pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=20000 + pl-device-test --device=cirq.pasqal --tb=short --skip-ops --analytic=False --shots=20000 --device-kwargs control_radius=2. pl-device-test --device=cirq.qsim --tb=short --skip-ops --analytic=False --shots=20000 fi diff --git a/.github/workflows/cirq-stable-latest.yml b/.github/workflows/cirq-stable-latest.yml index 8671535..438265a 100644 --- a/.github/workflows/cirq-stable-latest.yml +++ b/.github/workflows/cirq-stable-latest.yml @@ -67,6 +67,7 @@ jobs: pl-device-test --device=cirq.simulator --tb=short --skip-ops --shots=20000 pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=None pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=20000 + pl-device-test --device=cirq.pasqal --tb=short --skip-ops --analytic=False --shots=20000 --device-kwargs control_radius=2. pl-device-test --device=cirq.qsim --tb=short --skip-ops --analytic=False --shots=20000 - name: Run plugin tests diff --git a/.github/workflows/cirq-stable-stable.yml b/.github/workflows/cirq-stable-stable.yml index 47a750d..eeb3751 100644 --- a/.github/workflows/cirq-stable-stable.yml +++ b/.github/workflows/cirq-stable-stable.yml @@ -69,6 +69,7 @@ jobs: pl-device-test --device=cirq.simulator --tb=short --skip-ops --shots=20000 pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=None pl-device-test --device=cirq.mixedsimulator --tb=short --skip-ops --shots=20000 + pl-device-test --device=cirq.pasqal --tb=short --skip-ops --analytic=False --shots=20000 --device-kwargs control_radius=2. pl-device-test --device=cirq.qsim --tb=short --skip-ops --analytic=False --shots=20000 fi