-
Hi, @GTorlai! Is it correct to infer that
Please have a brief look at MPS quantum circuit simulation with non-local range gates as well. I am working on this issue: amazon-braket/Braket.jl#81. The task is "Ideally the simulator should be able to consume Kindly please provide guidance as there is no documentation about how to incorporate Thanks, Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The circuit simulation code in PastaQ.jl is just a wrapper around the one in ITensorMPS.jl, see for example https://itensor.github.io/ITensors.jl/dev/tutorials/MPSTimeEvolution.html and https://itensor.github.io/ITensors.jl/dev/MPSandMPO.html#Gate-evolution. It is just meant to be a little bit friendlier to users coming from quantum information, however I would recommend using ITensorMPS.jl now since PastaQ.jl has had limited development recently due to not having enough developers. |
Beta Was this translation helpful? Give feedback.
The circuit simulation code in PastaQ.jl is just a wrapper around the one in ITensorMPS.jl, see for example https://itensor.github.io/ITensors.jl/dev/tutorials/MPSTimeEvolution.html and https://itensor.github.io/ITensors.jl/dev/MPSandMPO.html#Gate-evolution. It is just meant to be a little bit friendlier to users coming from quantum information, however I would recommend using ITensorMPS.jl now since PastaQ.jl has had limited development recently due to not having enough developers.