GTorlai / PastaQ.jl

Package for Simulation, Tomography and Analysis of Quantum Computers
Apache License 2.0
141 stars 23 forks source link

Update for latest syntax for Boson/Qudit operator definitions #295

Closed mtfishman closed 1 year ago

mtfishman commented 1 year ago

This updates PastaQ for the latest syntax for creating operators for Boson/Qudit site types which was improved in https://github.com/ITensor/ITensors.jl/pull/963.

The new syntax is described here: https://github.com/ITensor/ITensors.jl/issues/957#issuecomment-1217207889 (which replaces the previous ITensors._op syntax).

mtfishman commented 1 year ago

@GTorlai, current test failures seem to be AD issues introduced in a recent version of Zygote, I'll merge and we can try setting an upper bound on the compat entry for Zygote to a previous version that was working.