SkillAgentSearch skills...

Qlstm

Example of a Quantum LSTM

Install / Use

/learn @rdisipio/Qlstm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Example of a Quantum LSTM

Get the code:

git clone https://github.com/rdisipio/qlstm.git
cd qlstm

Create a Python 3.x virtual environment and install libraries:

python3 -m venv qml
source qml/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt

Test if it works with the classical LSTM from PyTorch:

$ ./example_pos.py -E 8 -H 4 -Q 0 -e 300

If everything works, you should see a training history like this:

alt text

View on GitHub
GitHub Stars109
CategoryDevelopment
Updated5d ago
Forks28

Languages

Jupyter Notebook

Security Score

80/100

Audited on Apr 1, 2026

No findings