Skip to content

Conversation

@henryzou50
Copy link
Contributor

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

… refreshed benchmarks

- Converted tutorial to use local mode with `generate_ai_pass_manager` instead of the Transpiler Service
- Updated circuit generation: EfficientSU2 → efficient_su2, QFT → synth_qft_full, Permutation → PermutationGate
- Removed Quantum Volume benchmark (outdated)
- Added requirement: `pip install 'qiskit-ibm-transpiler[ai-local-mode]'`
- Revised tutorial narrative to reference local AI passes instead of QTS
- Switched backend to ibm_torino (133 qubits) and adjusted circuit sizes accordingly
- Simplified benchmarking workflow using the new `transpile_with_metrics` helper function
- Reran experiments and updated results, plots, and commentary
- Removed ACG synthesis path and increased the number of circuits for more stable averages
@qiskit-bot
Copy link
Contributor

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

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

AI introduction need to be updated to be local

2 participants