Skip to content

Commit 5e6a849

Browse files
committed
add basic readme
1 parent 2f00501 commit 5e6a849

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
# Analysis of isotropic errors in QC algorithms
2+
3+
## Installation
4+
5+
### Clone the repository
6+
```bash
7+
git clone https://github.com/lazyoracle/isotropic-error-analysis
8+
```
9+
10+
### Install library and dependencies
11+
```bash
12+
cd isotropic-error-analysis
13+
pip install -e .\[all\]
14+
```
15+
16+
### Run notebooks
17+
```bash
18+
jupyter notebook notebooks/01_isotropic_error_perturbation.ipynb
19+
```

0 commit comments

Comments
 (0)