Tyson Jones

Results 26 comments of Tyson Jones

Note it currently renders as a `P` gate (for < `2` qubits)

This code... ```MMA filename = "hamil.txt"; Plus @@ (#[[1]] Times @@ MapThread[(Subscript[ Switch[#2, 0, Null, 1, X, 2, Y, 3, Z], #1 - 1] /. Subscript[Null, _] -> Sequence[] &),...

`GetPauliSumFromCoeffs[]` added in 35903fe8288fd31486d2fcdeaa57a46f194bf93c, although the aforementioned overhead of casting back to a non-symbolic form in the backend still exists

Added in 9bcb519448f3e31a90572cbcb2f7c3e7357e0331 though this requires the Hamiltonian is passed in the pretty operator form ``` .5 X_1 + .3 Y_3 Z_5 ``` which may cause unnecessary slowdown. Will also...

Just chiming in that use of `non-cuda-sub-packages` indeed resolved the issue for me with the latest version of `cuda` (12.8) on `ubuntu-latest`. I was using: ```yaml - uses: Jimver/[email protected] with:...

Correction; it evaluates in about `15mins` on my Macbook 13-inch 2017, whereas the preceeding expressions evaluate in about `100ms`.