Skip to content

Commit

Permalink
update which devices to use for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Apr 11, 2024
1 parent 812a423 commit c685c35
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qiskit-latest-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/qiskit-latest-rc.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/qiskit-latest-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/qiskit-stable-latest.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/qiskit-stable-stable.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"which": ["latest", "stable"],
"requirements": ["qiskit", "pyscf"],
"device_tests": [
"--device=qiskit.basicaer --tb=short --skip-ops --shots=20000 --device-kwargs backend=qasm_simulator",
"--device=qiskit.basicsim --tb=short --skip-ops --shots=20000 --device-kwargs backend=basic_simulator",
"--device=qiskit.aer --tb=short --skip-ops --shots=20000",
"--device=qiskit.basicaer --tb=short --skip-ops --shots=None --device-kwargs backend=statevector_simulator",
"--device=qiskit.aer --tb=short --skip-ops --shots=None --device-kwargs backend=aer_simulator_unitary",
"--device=qiskit.aer --tb=short --skip-ops --shots=None --device-kwargs backend=statevector_simulator",
"--device=qiskit.aer --tb=short --skip-ops --shots=None --device-kwargs backend=unitary_simulator",
],
"test_kwargs": ["-k 'not test_ibmq.py and not test_runtime.py'"],
"token": "IBMQX_TOKEN",
Expand Down

0 comments on commit c685c35

Please sign in to comment.