Skip to content

Commit

Permalink
added example of run, refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlliarm committed Nov 26, 2020
1 parent 466c9fd commit f63132f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ In this project we successfully construct a python implementation of the two-par
There are two implementations. The first attempt was a naive approach, using vanilla python3 for the construction of the operator `A(N,s)`. The second attempt, which is much better and faster is using cython for speeding up the construction process.

## How to use the python script
To be added soon.
Run: `python3 create_matrix.py`

You'll get instructions then.

An example of correct run:

`python3 create_matrix.py 100 0 1`

## How to use the cython files

Expand Down

0 comments on commit f63132f

Please sign in to comment.