list_algorithm_templates
Retrieve predefined quantum algorithm templates with logical resource counts from published research, covering cryptography, chemistry, and general algorithms. Use these templates directly for resource estimation.
Instructions
List predefined quantum algorithm templates with logical resource counts.
Templates are sourced from published research papers and cover:
cryptography: shor_2048, grover_aes128
chemistry: chemistry_femo
general: qpe_generic
Each template can be passed directly to estimate_resources(algorithm_template=). Returns logical resource counts (numQubits, cczCount, etc.) and source citations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||