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

Issue 3: Demonstrate Outperformance Against the Default Optimizer #4

Open
splch opened this issue Jun 5, 2024 · 1 comment · May be fixed by #7
Open

Issue 3: Demonstrate Outperformance Against the Default Optimizer #4

splch opened this issue Jun 5, 2024 · 1 comment · May be fixed by #7

Comments

@splch
Copy link
Contributor

splch commented Jun 5, 2024

Description

Compare the performance of the custom optimizer against Qiskit's default optimizer. This demonstration should highlight the improvements in terms of gate count and circuit depth reduction.

Tasks

  • Generate random quantum circuits for benchmarking.
  • Transpile the circuits using both the custom optimizer and the default Qiskit optimizer.
  • Measure and compare the depth and gate count of the optimized circuits.
  • Plot and analyze the results to showcase the performance gains.

References

@Roshan-Thomas Roshan-Thomas linked a pull request Jun 6, 2024 that will close this issue
@Roshan-Thomas
Copy link

Roshan-Thomas commented Jun 6, 2024

@splch uploaded a PR #7 to fix the issue.

Please let me know if any changes are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants