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 benchmarks #2

Closed
7 tasks done
nathanshammah opened this issue Jul 2, 2024 · 4 comments · Fixed by #42
Closed
7 tasks done

Add benchmarks #2

nathanshammah opened this issue Jul 2, 2024 · 4 comments · Fixed by #42
Assignees
Milestone

Comments

@nathanshammah
Copy link
Member

nathanshammah commented Jul 2, 2024

Add benchmark quantum circuits module/folder.

Original planned benchmarks (100 qubits each)

  • Quantum Approximate Optimization Algorithm (QAOA) for nearest neighbors Ising model Hamiltonian
  • Quantum Fourier transform (QFT)
  • Square Heisenberg model Trotterized Hamiltonian simulation
  • Quantum computational neural network (QCNN)
  • Quantum volume (QV) calculation
  • PREPARE & SELECT on a GHZ state
  • Parameterized circuit
@jordandsullivan
Copy link
Collaborator

I would say let's break out benchmarks into a separate repo for the product launch. Whether it's initially our fork of benchpress frozen at its current version or ideally a lighter weight module that just calls the relevant parts of benchpress (the full repo has gotten expontentially larger and now requires 96GB of ram and tens of hours to run the vast quanity of circuits and benchmarks they have implemented.

Screenshot 2024-09-06 at 12 07 04 PM

Source: https://github.com/Qiskit/benchpress?tab=readme-ov-file#testing-resource-requirements

@jordandsullivan jordandsullivan added this to the 0.0.0 milestone Sep 16, 2024
@jordandsullivan jordandsullivan self-assigned this Sep 17, 2024
@jordandsullivan
Copy link
Collaborator

Currently waiting to hear back from Paul Nation (Qiskit developer) on their recommended usage for most recent version of Benchpress to avoid re-implementing circuits unnecessarily.

@jordandsullivan
Copy link
Collaborator

For MVP, we can most likely just use a jupyter notebook or scripts for the benchmarking.

@jordandsullivan
Copy link
Collaborator

See #39 for discussion of counting 2 qubit operations and decomposing circuits.

@jordandsullivan jordandsullivan linked a pull request Sep 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants