Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSekavcnik committed Feb 8, 2024
1 parent 29dda77 commit 2abd315
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ Each device design stems from the Abstract Base Class ~GenericDevice(ABC)~,
implemented in [[file:./quasi/devices/generic_device.py][quasi/devices/generic_device.py]].

* Usage
Currently QuaSi is in development process, so you should use it as a developer.
Please read the notes on Conributing.
** GUI
+ in the *gui* branch
The gui is implemented in [[quasi/gui]] directory. To run the gui
execute the ~main.py~ file by:
#+begin_src bash :results output
flet main.py
#+end_src

Flet is a flutter wrapper library.



* Contributing

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
description="Simulating quantum experiments with realistic device models",
license="Apache 2.0",
packages=find_packages(where="."),
install_requires=["numpy", "numba", "scipy"],
install_requires=["numpy", "numba", "scipy", "flet"],
)

0 comments on commit 2abd315

Please sign in to comment.