Skip to content

Commit

Permalink
Sort entries
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Dec 12, 2024
1 parent d485eba commit a989691
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ notebooks = [
"docs/guides/pulse.ipynb",
"docs/guides/qiskit-addons-aqc-get-started.ipynb",
"docs/guides/qiskit-addons-mpf-get-started.ipynb",
"docs/guides/qiskit-addons-mpf.ipynb",
"docs/guides/represent-quantum-computers.ipynb",
"docs/guides/save-circuits.ipynb",
"docs/guides/save-jobs.ipynb",
Expand All @@ -46,7 +47,6 @@ notebooks = [
"docs/guides/transpiler-stages.ipynb",
"docs/guides/visualize-circuits.ipynb",
"docs/guides/visualize-results.ipynb",
"docs/guides/qiskit-addons-mpf.ipynb",
]

# Mock the following notebooks using a 6-qubit local simulator
Expand All @@ -56,8 +56,8 @@ test-strategies.extended = { patch="qiskit-fake-provider", num_qubits=6 }
test-strategies.hardware = { patch="qiskit-ibm-runtime-open" }
notebooks = [
"docs/guides/debug-qiskit-runtime-jobs.ipynb",
"docs/guides/specify-runtime-options.ipynb",
"docs/guides/primitive-input-output.ipynb",
"docs/guides/specify-runtime-options.ipynb",
]

# Mock the following notebooks in our extended checks using IBM Quantum's
Expand All @@ -68,13 +68,13 @@ notebooks = [
test-strategies.extended = { patch="qiskit-ibm-runtime", backend="test_eagle_us-east", qiskit_runtime_service_args="" }
test-strategies.hardware = { patch="qiskit-ibm-runtime-open" }
notebooks = [
"docs/guides/primitives-examples.ipynb",
"docs/guides/get-started-with-primitives.ipynb",
"docs/guides/algorithmiq-tem.ipynb",
"docs/guides/functions.ipynb",
"docs/guides/get-started-with-primitives.ipynb",
"docs/guides/ibm-circuit-function.ipynb",
"docs/guides/qiskit-addons-sqd-get-started.ipynb",
"docs/guides/primitives-examples.ipynb",
"docs/guides/qiskit-addons-obp-get-started.ipynb",
"docs/guides/qiskit-addons-sqd-get-started.ipynb",
]

# Only run the following notebooks in our fortnightly cron job on real hardware.
Expand All @@ -87,19 +87,13 @@ notebooks = [
# sure why. I've added them here to run on the next cron job so we can
# confirm on actual hardware.

# This timed out with no jobs submitted. Adding to the cron to see if it
# needs longer.
"docs/guides/qedma-qesem.ipynb",

# This timed out for me, even though I saw the job finish. Maybe it needs
# longer? Running in cron job to remove time limit.
"docs/guides/noise-learning.ipynb",

# Got: `QiskitServerlessException: "Q-CTRL: Failed to execute Qiskit
# Function. could not broadcast input array from shape (3996,5) into
# shape (4000,5)"`
# Timed out when I re-ran it.
"docs/guides/q-ctrl-performance-management.ipynb",
# This timed out with no jobs submitted. Adding to the cron to see if it
# needs longer.
"docs/guides/qedma-qesem.ipynb",

# Got `KeyError: 'qsci_energy'`; might be due to nonsense results from
# test-eagle? Running in cron job to test on a real backend.
Expand All @@ -110,6 +104,12 @@ notebooks = [
# compiler_exceptions=[TranspilerError('More virtual qubits
# exist than physical.')]"`
"docs/guides/q-ctrl-optimization-solver.ipynb"

# Got: `QiskitServerlessException: "Q-CTRL: Failed to execute Qiskit
# Function. could not broadcast input array from shape (3996,5) into
# shape (4000,5)"`
# Timed out when I re-ran it.
"docs/guides/q-ctrl-performance-management.ipynb",
]

# Don't ever test the following notebooks
Expand Down

0 comments on commit a989691

Please sign in to comment.