eclipse-qrisp / Qrisp

Qrisp - a framework for high-level programming of Quantum computers
https://www.qrisp.eu/
Eclipse Public License 2.0
83 stars 23 forks source link

Create QuantumSession profiling [Feature request] #25

Open MatP1337 opened 7 months ago

MatP1337 commented 7 months ago

Create a method that profiles a QuantumSession, ie. measures how much gates/depth/qubits a certain function/subfunction needs in order to identify bottlenecks. This is a common feature in classical programming languages: https://docs.python.org/3/library/profile.html

This issue was migrated from the internal development server after the 0.4 update and transition to open development