Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function for calculating circuit_volume #150

Open
mstechly opened this issue Dec 10, 2024 · 0 comments
Open

Add function for calculating circuit_volume #150

mstechly opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mstechly
Copy link
Contributor

Is your feature request related to a problem? If so, please describe it.

Circuit volume is a quantity that's often useful and would be good to be able to automatically add it into routines.

How you envision the solution

It would require having a more robust way of accounting for qubits than just looking at the size ports (i.e. a better way of handling local ancillae)

But basically it would calculatecircuit_volume = aggregated_t_gates * qubit_highwater for each subroutine.
We could add it to transform module or once #149 is done, we could add it to postprocessing stages.

@mstechly mstechly added the enhancement New feature or request label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant