Skip to content

Commit f63132f

Browse files
committed
added example of run, refs #3
1 parent 466c9fd commit f63132f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ In this project we successfully construct a python implementation of the two-par
88
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.
99

1010
## How to use the python script
11-
To be added soon.
11+
Run: `python3 create_matrix.py`
12+
13+
You'll get instructions then.
14+
15+
An example of correct run:
16+
17+
`python3 create_matrix.py 100 0 1`
1218

1319
## How to use the cython files
1420

0 commit comments

Comments
 (0)