-
Notifications
You must be signed in to change notification settings - Fork 39
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 MCMC sampling to Lightning-Kokkos #1011
Comments
thanks. what's your preference for the base branch for this PR? |
@niesohrima The master branch is fine |
thanks. Successfully installed PennyLane_Lightning-0.40.0.dev24 but cannot run the tests. make test-python fails with this: PL_DEVICE=lightning.qubit python3 -I -m pytest tests --tb=short
pennylane_lightning/lightning_qubit/init.py:18: in and make test-cpp fails with this: [50/88] Building CXX object pennylane_lightning/core/src/utils/tests/CMakeFiles/utils_test_runner.dir/Test_Util.cpp.o error: unknown option after ‘#pragma GCC diagnostic’ kind [-Werror=pragmas] 93 | #pragma GCC diagnostic ignored "-Wmismatched-new-delete" tried cmake with DENABLE-WARNINGS=OFF but still the same errors. if necessary: gcc (Ubuntu 10.5.0-1ubuntu1 do you have any tips? |
Hi @niesohrima, this may just be a gcc version issue. Could you rerun with gcc 13? |
thanks. bumping up gcc version fixed the cpp tests, but the python pytests are still failing right at the pennylane import with: ImportError while loading conftest '/pennylane-lightning/tests/conftest.py'. |
Please make sure that both pennylane/pennylane-lightning are installed with the same version i.e. master/master or v39/v39 etc |
@niesohrima Let us know if you have any further questions, and feel free to open a draft PR to share your WIP. |
@tomlqc I truly appreciate the opportunity and the time you’ve invested in the process. Unfortunately, due to recent time constraints, I was unable to complete the assigned task. After reflecting on my current priorities and commitments, I have decided to withdraw my application. I sincerely apologize for any inconvenience this may cause and hope we may cross paths again in the future. Wishing you and the team all the best moving forward and filling in the position. Thanks again for your time and consideration. |
Important Note
Context
Markov Chain Monte Carlo (MCMC) sampling has been added to
lightning.qubit
(LQ) in PR#384. The goal of this issue is to implement MCMC sampling inlightning.kokkos
(LK) by making best use of the Kokkos libraries.Requirements
A PR must satisfy the following:
Don't hesitate to ask for clarification or raise any concerns regarding the issue. We'll be happy to discuss with you!
The text was updated successfully, but these errors were encountered: