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

Test for PL meeting #7214

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Test for PL meeting #7214

wants to merge 1 commit into from

Conversation

LuisAlfredoNu
Copy link
Contributor

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    test directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the doc/releases/changelog-dev.md file, summarizing the
    change, and including a link back to the PR.

  • The PennyLane source code conforms to
    PEP8 standards.
    We check all of our code against Pylint.
    To lint modified files, simply pip install pylint, and then
    run pylint pennylane/path/to/file.py.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context:

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

Copy link
Contributor

github-actions bot commented Apr 5, 2025

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@LuisAlfredoNu
Copy link
Contributor Author

/benchmark

Copy link

codecov bot commented Apr 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (b122a67) to head (b75032d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7214   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         513      513           
  Lines       50070    50072    +2     
=======================================
+ Hits        49894    49896    +2     
  Misses        176      176           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ringo-but-quantum
Copy link
Contributor

PennyLane Benchmarks

Benchmarks Report for default.qubit

Workflows

  • The assumed noise level for runtime improvements/regressions is 3.0 %
  • ⚠️ marks workflows with runtime fluctuations greater than 5.0 % (std/mean)

Interpreted

workflow time [s] std/mean time score mem [MB] mem score
QPE[10-10] 0.844 0.6% 1.00 34 1.00
XAS[2-8] 6.097 1.9% 1.00 10 1.00
XAS[1-8] 2.867 1.4% 1.01 555 1.00
molecular_hamiltonian[H2O-STO-3G] 3.224 0.9% 1.03 132 0.99
molecular_hamiltonian[NH3-STO-3G] 9.255 0.4% 1.02 319 1.00
sampling[22-2] 1.998 1.4% 1.00 3 1.00
stateprep[12-MottonenStatePreparation] 8.506 0.2% 1.00 64 1.00
stateprep[8-ArbitraryStatePreparation] 0.908 27.7% ⚠️ 0.83 🔴 1 1.00
grover[12] 4.657 2.3% 0.99 0 1.00
QAOA_layers_scaling[13-2] 0.503 0.7% 0.99 0 1.00
UCCSD[H2O-STO-3G] 3.496 1.2% 1.02 130 1.00
VQE[H4-STO-3G] 1.815 10.5% ⚠️ 1.00 33 1.00

Hardware and Software Specifications

System Current Reference
CPU Name Intel(R) Xeon(R) E-2388G CPU @ 3.20GHz
Architecture X86_64
Memory 62.64 GB
PennyLane Version 0.41.0.dev65 0.41.0.dev65
Lightning Version 0.40.0 0.41.0.dev57
NumPy Version 2.2.4 2.2.4
SciPy Version 1.15.2 1.15.2
Lightning Compiler Unknown Unknown

@ringo-but-quantum
Copy link
Contributor

PennyLane Benchmarks

Benchmarks Report for null.qubit

Workflows

  • The assumed noise level for runtime improvements/regressions is 3.0 %
  • ⚠️ marks workflows with runtime fluctuations greater than 5.0 % (std/mean)

Interpreted

workflow time [s] std/mean time score mem [MB] mem score
QPE[10-10] 0.002 1.1% 1.00 0 1.00
XAS[2-8] 0.576 5.1% ⚠️ 1.00 5 1.00
XAS[1-8] 0.286 11.9% ⚠️ 1.00 552 1.00
molecular_hamiltonian[NH3-STO-3G] 9.370 0.4% 0.99 319 1.00
molecular_hamiltonian[H2O-STO-3G] 3.263 0.7% 0.99 131 1.01
sampling[22-2] 0.002 3.6% 0.99 2 1.00
stateprep[12-MottonenStatePreparation] 6.091 0.4% 1.00 33 0.99
stateprep[8-ArbitraryStatePreparation] 0.008 75.7% ⚠️ 0.94 🔴 0 1.00
grover[12] 0.004 93.1% ⚠️ 0.99 1 0.09 🔴
QAOA_layers_scaling[13-2] 0.387 6.3% ⚠️ 0.99 1 1.00
UCCSD[H2O-STO-3G] 0.463 6.8% ⚠️ 0.99 130 1.00
VQE[H4-STO-3G] 0.072 0.1% 1.00 33 1.00

Hardware and Software Specifications

System Current Reference
CPU Name Intel(R) Xeon(R) E-2388G CPU @ 3.20GHz
Architecture X86_64
Memory 62.64 GB
PennyLane Version 0.41.0.dev65 0.41.0.dev65
Lightning Version 0.40.0 0.41.0.dev57
NumPy Version 2.2.4 2.2.4
SciPy Version 1.15.2 1.15.2
Lightning Compiler Unknown Unknown

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 this pull request may close these issues.

2 participants