rht

Results 789 comments of rht

I fixed the `cuquantum` not found by removing `--no-deps` and instead doing `pip install cuquantum` in https://github.com/PennyLaneAI/pennylane-lightning-gpu/blob/1e129b2e7dbc7d885b16da61b6c5b1a02e45970d/docker/Dockerfile#L18. However, subsequently, I encountered lots of compile error, for example ``` #0 101.4...

I additionally had to specify `Python_SITELIB` to point to the virtualenv site-packages path.

Yeah, I managed to make it work by consulting the GH Actions yml file. One difference is that `manylinux2014` uses Red Hat Toolset 10, which works with the Docker image,...

> To be clear -- Does this do the following? It does 2 items except for adding the deprecation warning. The deprecation warning is to be added in the branch...

> A manual testing would be to test the Solara examples in mesa-examples. Without manual changes, they will fail because they still use the `mesa.experimental` namespace instead of `mesa.visualization`.

I have merged #2091 and rebased this PR so that it only has 1 relevant commit.