Skip to content

Commit f99364e

Browse files
authored
Fix markdown
1 parent a6abe7e commit f99364e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Richardson Extrapolation for Hamiltonian Simulation
1313
1414
This is the code developed as part of my Master's thesis at ETH Zurich & IBM Research under the supervision of Almudena Carrera Vazquez, Stefan Wörner and Prof. Ralph Hiptmair.
1515

16-
´matrix_extrapolation´ - python module; contains a framework for Hamiltonian simulation using product formulas & extrapolation, based on ´numpy´ and ´mpmath´, as well as the extrapolation error series expansion algorithm. Install it by running
17-
´´´
16+
`matrix_extrapolation` - python module; contains a framework for Hamiltonian simulation using product formulas & extrapolation, based on `numpy` and `mpmath`, as well as the extrapolation error series expansion algorithm. Install it by running
17+
```
1818
pip install path/to/this/repo
19-
´´´
19+
```
2020

21-
´scripts´ - scripts showcasing the usage of the module. Used to create the plots for my thesis report.
21+
`scripts` - scripts showcasing the usage of the module. Used to create the plots for my thesis report.

0 commit comments

Comments
 (0)