-
Notifications
You must be signed in to change notification settings - Fork 1
Introduction
Jonas Jelonek edited this page Oct 23, 2023
·
3 revisions
qsfw
is a small framework to simulate and work with quantum circuits. It provides the ability to work with an arbitrary amount of qubits and provides several predefined gates to apply them on qubits.
qsfw
is implemented in Python, it is tested with Python 3.9+.
Additionally, it uses the following dependencies (can be installed with pip
):
- numpy
- shunting_yard