Hi!
I’ve been working for a while with the default.qutrit simulator, and I was wondering if there have been any updates on its development. I have a few questions, as well as some general curiosities.
First of all, I have some doubts regarding the current rotation gates. I checked the reference paper describing their construction, but I’m not entirely sure I fully understand their scope. As far as I can tell, they seem to be implementations of Pauli-like operators acting on specific two-dimensional subspaces of the full Hilbert space, rather than genuine rotation operators acting on the entire qutrit space.
For instance, if we look at the Gell-Mann matrices (generators of SU(3)), they also resemble Pauli matrices in the sense that each one acts non-trivially on a particular subspace. However, it should in principle be possible to combine multiple such generators, properly normalised, and construct operations that act more globally across the full space.
I understand that qutrit states naturally live on an 8-dimensional hypersphere, which makes the construction of global rotations quite involved (and sometimes impractical). However, using alternative representations, such as the Majorana stellar representation, it is possible to map pure qutrit states onto a unit-sphere-like picture, somewhat analogous to the Bloch sphere, while preserving the essential properties of quantum operations.
Recently, I submitted a paper to arXiv ( Qutrits for physics at LHC ) where I used the default.qutrit simulator in PennyLane together with this type of gate construction and the Majorana representation, in case you’d be interested in taking a look.
I also based part of this approach on another paper, which I’d be happy to share. Majorana representation, qutrit Hilbert space and NMR implementation of qutrit gates
Finally, regarding GPU support: as far as I know, the default.qubit simulator includes options for GPU acceleration to parallelise computations. However, the qutrit simulator seems to be limited to CPU execution. Are there any plans to support GPU acceleration for qutrit simulations as well?
Thanks in advance!