Joe Gibbs
Joe Gibbs
Ah this makes sense, thanks for pointing that out. Changing the initial state as below solves the error: ``` from qibo import gates from qibo.models import Circuit import numpy as...
Looking at the presentation in https://github.com/mtfishman/ITensorTutorials.jl it seems I would be able to to construct the local MPO on each qubit directly from the matrix representation (with independent indices for...
As some further information, this error seems only to be arising on my university computer, where I am using CreateLocalQuESTEnv with a pre-compiled executable to use the GPU, whereas the...
Hi Tyson, As you suggested, re-downloading and compiling again fixed my problem, thanks for the help! Joe