Lee James O'Riordan
Lee James O'Riordan
Hi, I am looking at building the DQVM, but the `Readme.md` (https://github.com/rigetti/qvm/blob/master/dqvm/README.md) seems to reference a `Makefile` that was deleted sometime in the past. I am wondering if there are...
**Context:** This new device uses the `batch_execute` functionality of `qml.qnode` to offload computations to an available backend cluster server running atop `dask.distributed`. This allows distribution of individual compute tasks to...
**Context:** This PR creates a new device `null.qubit` which no-ops all operations and memory allocations. **Description of the Change:** Implementation of the above. **Benefits:** This will allow more ease in...
The Eigen sparse linear solver backend of the LevenbergMarquardt algorithm can be chosen using the phil parameter `levmar.linsolver=*ldlt llt cg bicgstab` - `ldlt` = Direct Cholesky LDLT - `llt` =...
Enabling client-server mode in dev_mpi_cluster_two_merge.py is enabled using the PHIL params `mpi.cs=True` Additionally, logging the MPI timings is enabled with `mpi.logging=True` The logging statements are of the format '~ START/END...
### 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...
### 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...
### 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...
### 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...
https://github.com/PennyLaneAI/pennylane-lightning/blob/7bccc0b837b7421dfdc661ca106c20e51d8ee207/setup.py#L180 Currently the design of the namespace packages requires all 0.0.Y releases to match in version to `lightning.qubit`. In the instance of a bug-fix release of `lightning.kokkos` or `lightning.gpu`, this...