What is Resource Analyzer?¶
Resource Analyzer is PsiQuantum's visual analysis tool for quantum resource estimation.
Through interactive visualizations, Resource Analyzer helps quantum developers understand how their quantum algorithms consume resources and uncover computational bottlenecks, leading to more efficient algorithms.

Key Features¶
The Resource Analyzer provides powerful visualizations for quantum resource estimates:
-
Interactive Call Graph Visualization transforms complex quantum resource estimates into intuitive, hierarchical visualizations that show the relationship between different parts of your quantum program.
-
Multi-Metric Analysis enables simultaneous review of different resource types such as T-gates, Toffoli gates (TOFs), and other quantum operations, helping you understand resource tradeoffs.
-
Hotspot Detection uses color-intensity mapping to highlight the most resource-intensive parts of your quantum algorithm, making optimization targets immediately apparent.
-
Customizable Filtering allows you to focus on significant resource consumers by filtering out noise and less impactful operations, streamlining your analysis workflow.
-
Flame Graph Support offers an alternative visualization that shows resource consumption proportional to the total program cost, providing immediate insight into where optimization efforts should be focused.
-
Integrated with Construct allowing you to use Resource Analyzer with PsiQuantum's Construct ⧉ developer platform. Using Workbench, you can easily create Quantum Resource Estimates to view, analyze, and share with other researchers.
Use Cases¶
Resource Analyzer supports various quantum algorithm development scenarios:
- Identifying performance bottlenecks in quantum algorithms by visualizing resource consumption patterns
- Comparing resource utilization across different implementations of the same algorithm
- Validating optimization efforts by analyzing before-and-after resource metrics
- Sharing resource analysis results with the research community for collaborative optimization
- Generating publication-ready visualizations of quantum resource requirements
File Format Support
Resource Analyzer works with .qre-analysis files which can be created using Workbench.
Next Steps¶
- Getting Started Guide to learn the basics of Resource Analyzer