You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version the BraketAHS.jl package supports only CPU-based computation.
Goal: Add support for the GPU computations by leveraging ITensorsGPU.jl package.
User should have and ability to select the computational backend in mps_runner.jl.
The GPU acceleration should be enabled for the TEBD evolution loop (and for TDVP once it is implemented).
Options that User can choose from: [CPU (default), GPU].
These options are supplied as a command line argument:
--backend CPU [GPU].
The text was updated successfully, but these errors were encountered:
In the current version the BraketAHS.jl package supports only CPU-based computation.
Goal: Add support for the GPU computations by leveraging ITensorsGPU.jl package.
User should have and ability to select the computational backend in mps_runner.jl.
The GPU acceleration should be enabled for the TEBD evolution loop (and for TDVP once it is implemented).
Options that User can choose from: [
CPU
(default),GPU
].These options are supplied as a command line argument:
--backend CPU [GPU].
The text was updated successfully, but these errors were encountered: