Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kokkos gate functors are templated over the coefficient interaction f…
…unction (#640) * Example of applyNC1Functor * Auto update version * WIP * Rewrite 1-gate functors. * Refactor 2-gate functors. * WIP * Finish gate functor refactor. * Prune gate functor modules. * Auto update version * Remove whitespace. * Fix globalphase. * shots=20000 => shots=40000 * run isort with python3.9 * WIP gen * Rewrite generators in terms of applyNCN. * Auto update version * trigger ci * Auto update version * trigger ci * Update changelog [skip ci]. * Kokkos views can be copied. * Auto update version * Auto update version * Remove empty line. * Auto update version * trigger ci * Auto update version * trigger ci * Update pennylane_lightning/core/src/simulators/lightning_kokkos/gates/BasicGateFunctors.hpp Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> * Update pennylane_lightning/core/src/simulators/lightning_kokkos/gates/BasicGeneratorFunctors.hpp Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> * Update pennylane_lightning/core/src/simulators/lightning_kokkos/gates/MatrixGateFunctors.hpp Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> * Auto update version * Update pennylane_lightning/core/src/simulators/lightning_kokkos/gates/BasicGeneratorFunctors.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/simulators/lightning_kokkos/gates/MatrixGateFunctors.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Upgrade gates module and use it to test CRX, etc. * Update pennylane_lightning/core/src/simulators/lightning_kokkos/gates/BasicGateFunctors.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Cover 3-qubit case. * Auto update version * trigger ci * Add tests for applyXOperation. * Auto update version * trigger ci * Update SVK. * Auto update version * trigger ci * Auto update version * Auto update version * Remove obsolete generator functors module. * Revert pennylane_lightning/core/src/utils/config.h * Auto update version from '0.36.0-dev34' to '0.36.0-dev35' * Auto update version from '0.37.0-dev0' to '0.37.0-dev1' * Remove obsolete workflow. * Auto update version from '0.37.0-dev1' to '0.37.0-dev2' * Auto update version from '0.37.0-dev2' to '0.37.0-dev3' * Auto update version from '0.37.0-dev3' to '0.37.0-dev4' * Auto update version from '0.37.0-dev6' to '0.37.0-dev7' * Apply Shuli's suggestions. * Add Rot/CRot matrix tests. * Auto update version from '0.37.0-dev11' to '0.37.0-dev12' * Revert couple changes. * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Update pennylane_lightning/core/src/gates/Gates.hpp Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> * Revert --shots=40000 * Format & size_t => std::size_t. --------- Co-authored-by: Dev version update bot <github-actions[bot]@users.noreply.github.com> Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> Co-authored-by: Ali Asadi <10773383+maliasadi@users.noreply.github.com> Co-authored-by: ringo-but-quantum <github-ringo-but-quantum@xanadu.ai>
- Loading branch information