QuantumLearning/configs/notebook_execution.toml

74 lines
2.4 KiB
TOML

title = "QuantumLearning Notebook Execution Plan"
philosophy = "Execute the notebooks that define the learner journey, interactive labs, and the capstone review chain. The goal is not exhaustive execution of every notebook on every test run, but strong confidence that each major band still works end-to-end."
[[target]]
id = "start-here"
path = "notebooks/START_HERE.ipynb"
purpose = "Entry-point onboarding and kernel bootstrap"
timeout_seconds = 180
[[target]]
id = "course-blueprint"
path = "notebooks/COURSE_BLUEPRINT.ipynb"
purpose = "Course front door and curriculum map"
timeout_seconds = 180
[[target]]
id = "foundations-lab"
path = "notebooks/foundations/module_01_principles_and_circuit_literacy/lab.ipynb"
purpose = "Foundational editable circuit lab"
timeout_seconds = 180
[[target]]
id = "measurement-studio"
path = "notebooks/foundations/module_03_gates_and_measurement/studio.ipynb"
purpose = "Measurement-heavy studio notebook"
timeout_seconds = 180
[[target]]
id = "engineering-transpile-lab"
path = "notebooks/qiskit_engineering/module_02_transpilation_and_visualization/lab.ipynb"
purpose = "Transpilation and visualization execution"
timeout_seconds = 180
[[target]]
id = "engineering-noise-studio"
path = "notebooks/qiskit_engineering/module_03_simulation_and_noise_models/studio.ipynb"
purpose = "Noise-aware interactive studio"
timeout_seconds = 180
[[target]]
id = "algorithm-bv-lab"
path = "notebooks/algorithms/module_02_bernstein_vazirani/lab.ipynb"
purpose = "Structured oracle algorithm lab"
timeout_seconds = 180
[[target]]
id = "algorithm-grover-studio"
path = "notebooks/algorithms/module_04_grover/studio.ipynb"
purpose = "Algorithmic design studio"
timeout_seconds = 180
[[target]]
id = "professional-redesign-lab"
path = "notebooks/professional/module_02_hardware_aware_redesign/lab.ipynb"
purpose = "Hardware-aware redesign workflow"
timeout_seconds = 180
[[target]]
id = "professional-verification-studio"
path = "notebooks/professional/module_03_noise_aware_verification/studio.ipynb"
purpose = "Noise-aware verification studio"
timeout_seconds = 180
[[target]]
id = "capstone-lecture"
path = "notebooks/professional/module_04_capstone_design_review/lecture.ipynb"
purpose = "Capstone framing and rubric"
timeout_seconds = 180
[[target]]
id = "capstone-studio"
path = "notebooks/professional/module_04_capstone_design_review/studio.ipynb"
purpose = "Capstone final design review workflow"
timeout_seconds = 240