Skip to content

Commit 147f19d

Browse files
committed
added simple examples, refs #3
1 parent f63132f commit 147f19d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ 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-
Run: `python3 create_matrix.py`
11+
Run: `python3 create_matrix.py` . You'll get instructions then.
1212

13-
You'll get instructions then.
14-
15-
An example of correct run:
16-
17-
`python3 create_matrix.py 100 0 1`
13+
An example of correct run: `python3 create_matrix.py 100 0 1`.
1814

1915
## How to use the cython files
2016

@@ -25,7 +21,9 @@ Simply run in your terminal:
2521
`python3 setup.py build_ext --inplace`
2622

2723
### Using the create_matrix_new.py script
28-
To be added soon.
24+
Run: `python3 create_matrix_new.py`. You'll get instructions then.
25+
26+
A correct run: `python3 create_matrix_new.py 100 0 1`.
2927

3028
## Features
3129
Both programs plot the distributions of the eigenvalues of the given `A(N,s)` for input variables `N`,`s` on the plane.

0 commit comments

Comments
 (0)