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

Optimize quick.circuit.dag module #16

Open
ACE07-Sev opened this issue Jan 20, 2025 · 0 comments
Open

Optimize quick.circuit.dag module #16

ACE07-Sev opened this issue Jan 20, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ACE07-Sev
Copy link
Member

Optimization of DAG module

Description

The current DAG implementation is utterly unoptimized and thus leads to long runtime for calculation of methods such as depth. This must be optimized to reduce the runtime.

Tips

  • Max depth should be stored after each operation that is applied to the DAG to avoid recomputation with get_depth calls. This should become an attribute.
  • Ideally, this should be rewritten in a more performant library or even language and be binded to python for the UI.
@ACE07-Sev ACE07-Sev added enhancement New feature or request good first issue Good for newcomers labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant