Owen L

Results 338 comments of Owen L

The tutorial won't work with 0.3.1 because noise support was added in 0.5. As for the first error, are you by any chance using windows?

TFQ 0.3 is the latest version supported on windows (hence why you cannot update it on windows using pip -U). When I am working on my laptop with windows, I...

M1 can be a pain sometimes, the only solution that I know of (that doesn't work for 100% of people) is: https://github.com/tensorflow/quantum/issues/655. Windows is unsupported (past very early versions). Colab...

Hard to say the best solution without seeing the exact code causing you trouble. But based on the error I would guess you are doing some disallowed symbol operations and...

I've had problems before with version control before, my usual recommendation is to create a fresh python environment and install everything anew (seems to have worked for other problems in...

Yea, TFQ hasn't supported windows since 0.3. I recommend either using WSL, Colab, or some cloud compute resources.

Any updates on this or should it be closed?