QuantumToolbox.jl icon indicating copy to clipboard operation
QuantumToolbox.jl copied to clipboard

GPU support for `steadystate_fourier`

Open albertomercurio opened this issue 5 months ago • 0 comments

The steadystate_fourier function doesn't support GPU arrays.

The support can be implemented by following the same method as steadystate.

One can take advantage of the following functions

  • _dense_similar: Creates the equivalent dense version of the input array. Uses multiple dispatch to generate a GPU array if necessary.
  • allowed_setindex!: Allows to set the index of an array. Use this only if the operation is done only once.

albertomercurio avatar May 04 '25 16:05 albertomercurio