You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix reset state
* Update pennylane_lightning/lightning_qubit/_state_vector.py
* Update pennylane_lightning/lightning_qubit/_state_vector.py
* Update pennylane_lightning/lightning_qubit/_state_vector.py
* remove LightningQubit2 references
* remove unnecessary modules
* merging Serializer classes
* update serialize tests
* update measurements with new serialize class
* remove outdated test
* register with setup.py, state vector fixes
* remove obsolete tests
* remove unused dtype input from simulate
* update measurements
* update state_vector
* update lightning_qubit2
* format
* pylint
* Update pennylane_lightning/lightning_qubit/_state_vector.py
* remove old comment
* some review suggestions
* Auto update version
* remove print
* update state vector class
* add state vector class tests
* adding measurement tests
* update state vector and tests
* move and rename test files, and format
* Auto update version
* skip measurements class for other devices and in the absence of binaries
* format
* add LightningQubit2 to init and format
* update measurements class
* expand measurement class testing
* garbage collection
* typo
* update coverage and StateVector class
* expand measurements class coverage
* Auto update version
* add coverage for n-controlled operations
* add map to standard wires to get_final_state for safety
* update jax config import
* Auto update version
* trigger CI
* update state vector class and tests for improved coverage
* update measurement class tests
* update dev version
* add cpp binary available variable
* remove device definition
* update dev version
* Auto update version
* reduce dependency on DefaultQubit for tests
* update LightningQubit2
* clean test_measurements_class.py
* isort+black
* review suggestion
* fix docs
* Add qml.var support.
* Add probs support.
* increase tolerance
* Auto update version
* isort
* Add double-obs tests.
* Pin pytest version (#624)
* update dev version
* update changelog
* pin pytest version in requirement files
* add a requirements file for tests against Pennylane master
* update wheels' workflows
* Version Bump (#626)
* post release version bump
* increase tolerance
* Introduce isort. (#623)
* Introduce isort.
* Auto update version
* Update changelog
* Auto update version
* Update changelog.
* trigger ci
* Auto update version
* isort
* Add qml.var support.
* Add probs support.
* Add measurement tests with wires.
* review suggestions
* remove unused imports
* Introduce _new_API and fix/skip few tests.
* Fix few more tests.
* Skip shots, adjoint, vjp with new API.
* remove diagonalization gate application from state vector
* pytest.skip tests
* Auto update version
* Fix format
* Fix no-bin interface.
* WIP
* Initial shots support + fix test_measurement tests.
* update
* adding tests from add-simulate branch
* merge conflicts
* create state vector on initialization
* remove import of modifier from lightning
* Update pennylane_lightning/lightning_qubit/lightning_qubit2.py
* minor test updates
* register with setup.py, state vector fixes
* add LightningQubit2 to init and format
* add cpp binary available variable
* reduce dependency on DefaultQubit for tests
* update LightningQubit2
* Fixing rebase artifacts
* Add fewLQ2 tests.
* remove adjoint diff support from supports derivatives
* Remove print from test_apply
* Add expval/var tests.
* Remove duplicate class data.
* Include LQ2 in linux tests.
* Add _group_measurements support.
* --cov-append
* Add mcmc capability + tests.
* Auto update version
* update dev version
* add LightningAdjointJacobian class
* add unit tests for the LightningAdjointJacobian class
* format
* add changelog for PR #613
* [skip ci] Added skeleton file for LQ2 unit tests
* update changelog
* update adjoint Jacobian
* Auto update version
* codefactor
* Add shots tests and fix bugs in LQ, LQ2.
* Lightning qubit2 upgrade api (#628)
* update
* adding tests from add-simulate branch
* merge conflicts
* create state vector on initialization
* remove import of modifier from lightning
* Update pennylane_lightning/lightning_qubit/lightning_qubit2.py
* minor test updates
* register with setup.py, state vector fixes
* add LightningQubit2 to init and format
* add cpp binary available variable
* Auto update version
* reduce dependency on DefaultQubit for tests
* update LightningQubit2
* Introduce _new_API and fix/skip few tests.
* Fix few more tests.
* Skip shots, adjoint, vjp with new API.
* Fix no-bin interface.
* Remove duplicate class data.
* Include LQ2 in linux ests.
* --cov-append
* fix processing_fn_expval
* make a proper new_tape
* Added init tests; Added skeleton tests for helpers
* Fix more bug with shots.
* trigger CI
* Change pennylane branch for CI.
* Update .github/CHANGELOG.md
* Update pennylane_lightning/lightning_qubit/_adjoint_jacobian.py
* Update pennylane_lightning/lightning_qubit/_adjoint_jacobian.py
* Add probs support.
* Add double-obs tests.
* Add qml.var support.
* Add probs support.
* Add measurement tests with wires.
* pytest.skip tests
* Fix format
* update
* adding tests from add-simulate branch
* merge conflicts
* create state vector on initialization
* remove import of modifier from lightning
* Update pennylane_lightning/lightning_qubit/lightning_qubit2.py
* minor test updates
* register with setup.py, state vector fixes
* add LightningQubit2 to init and format
* add cpp binary available variable
* reduce dependency on DefaultQubit for tests
* update LightningQubit2
* Fixing rebase artifacts
* remove adjoint diff support from supports derivatives
* [skip ci] Added skeleton file for LQ2 unit tests
* Lightning qubit2 upgrade api (#628)
* update
* adding tests from add-simulate branch
* merge conflicts
* create state vector on initialization
* remove import of modifier from lightning
* Update pennylane_lightning/lightning_qubit/lightning_qubit2.py
* minor test updates
* register with setup.py, state vector fixes
* add LightningQubit2 to init and format
* add cpp binary available variable
* Auto update version
* reduce dependency on DefaultQubit for tests
* update LightningQubit2
* Introduce _new_API and fix/skip few tests.
* Fix few more tests.
* Skip shots, adjoint, vjp with new API.
* Fix no-bin interface.
* Remove duplicate class data.
* Include LQ2 in linux ests.
* --cov-append
* Added init tests; Added skeleton tests for helpers
* Resolving rebase artifacts
* Refactor shots test.
* Added tests; integrated jacobian
* Update pennylane_lightning/lightning_qubit/lightning_qubit2.py
* Auto update version
* Small update to simulate_and_jacobian
* Auto update version
* Rerun isort.
* Uncomment integration tests.
* Reformat
* Delete symlink
* Fix pylint.
* Run linux tests in parallel (when possible).
* Run double obs tests with shots.
* Revert linux tests
* Fix bg in diag_gates.
* Call isort/black with python -m
* update dev version
* Add docstrings, rm C_DTYPE.
* Auto update version
* comment isort check
* trigger ci
* Update tests/test_expval.py
* Init mcmc params to None in measurements.
* Reformat with python3.11
* Reformat black
* Auto update version
* update QuantumScriptSerializer
* remove LightningQubit2 from init
* update setup.py
* remove lightning.qubit2 from tests configuration
* remove extra tests for lightning.qubit2
* migrate lightning.qubit2 to lightning.qubit on tests
* make lightning.qubit2 the new lightning.qubit
* add device name (necessary for pl-device-test)
* Add _measure_hamiltonian_with_samples _measure_sum_with_samples
* fix tests without binary
* check for jac size before reshaping
* remove obsolete tests
* organize tests
* fix test for Windows wheels
* fix the fix for LightningKokkos
* undo 'fix'
* trigger CI
* update changelog
* Auto update version
* commenting tests for Win wheels
* trigger build wheels
0 commit comments