documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Update AI transpiler tutorial for local mode, revised benchmarks, and Qiskit API updates

Open henryzou50 opened this issue 2 months ago • 3 comments

This PR overhauls the AI transpiler tutorial following the migration of the Transpiler Service and recent improvements in Qiskit’s standard transpiler stack. In addition to resolving issue #3631 , it updates the tutorial to work entirely in local mode, refreshes benchmarks and analysis, and aligns the notebook with the latest Qiskit APIs and documentation.

Key changes:

  • Converted tutorial to use local mode with generate_ai_pass_manager instead of the Transpiler Service
  • Updated circuit constructions: EfficientSU2 → efficient_su2, QFT → synth_qft_full, Permutation → PermutationGate
  • Removed outdated Quantum Volume benchmark
  • Added requirement: pip install 'qiskit-ibm-transpiler[ai-local-mode]'
  • Updated all descriptions to reference local AI passes instead of QTS
  • Switched backend to ibm_torino (133 qubits) and adjusted circuit sizes accordingly
  • Simplified workflow using the new transpile_with_metrics helper and updated benchmarking code
  • Reran all experiments and updated results, figures, and commentary to reflect current Qiskit performance
  • Removed ACG synthesis and added more circuits to produce more stable averages
  • Updated links and documentation references to match the current Qiskit release

Resolves: #3631

henryzou50 avatar Nov 12 '25 21:11 henryzou50

One or more of the following people are relevant to this code:

  • @annaliese-estes
  • @henryzou50
  • @miamico

qiskit-bot avatar Nov 12 '25 21:11 qiskit-bot

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@henryzou50 whenever you have a minute please check Abby's comment. We should be close to finishing this up!

miamico avatar Nov 24 '25 18:11 miamico

@henryzou50 whenever you have a minute please check Abby's comment. We should be close to finishing this up!

Fixed and thanks for the review!

henryzou50 avatar Dec 04 '25 14:12 henryzou50