Skip to content

Introduction

Jonas Jelonek edited this page Oct 23, 2023 · 3 revisions

What is qsfw?

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.

Dependencies

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