It’s merged! Nice. @jracle if you want to use this feature right away, you’ll need to install PennyLane from source: (1) clone the repository, (2) pip install:
# download and install the latest source code from GitHub
git clone https://github.com/PennyLaneAI/pennylane.git
cd pennylane
pip install -e .
I recommend doing so in a dedicated virtual environment. Let me know if you have any other questions!
The circuit is now running smoothly and working very well. I would like to express my gratitude once again to the team for their prompt updates!
A small tip: In VSCode, modules installed in editable mode may not be recognized, but they can still function properly. To enable Pylance to recognize the downloaded PennyLane path, you can add it to "python.analysis.extraPaths" in the settings.