Skip to content

Commit 142b7b7

Browse files
committed
fixing repo link
1 parent e57bb4b commit 142b7b7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Leveraging quantum advantage to distributed grids for energy security and sustai
1515

1616
Our team's contribution is supposed to go into the `qudra` folder. So move there
1717
```console
18-
cd NYUAD-2022/qudra
18+
cd qudra
1919
```
2020

2121
*Conda users, please make sure to `conda install pip` before running any pip installation if you want to install `qudra` into your conda environment.*
@@ -39,7 +39,7 @@ To check if the installation was successful, run:
3939
To build `qudra` from source, pip install using:
4040

4141
```bash
42-
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
42+
git clone https://github.com/Q-Energy-2022/qudra.git
4343
cd qudra
4444
pip install --upgrade .
4545
```
@@ -51,7 +51,7 @@ If you also want to download the dependencies needed to run optional tutorials,
5151

5252
If you intend to contribute to this project, please install `qudra` in editable mode as follows:
5353
```bash
54-
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
54+
git clone https://github.com/Q-Energy-2022/qudra.git
5555
cd qudra
5656
pip install -e .[dev]
5757
```

Diff for: docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Leveraging quantum advantage to distributed grids for energy security and sustai
1515

1616
Our team's contribution is supposed to go into the `qudra` folder. So move there
1717
```console
18-
cd NYUAD-2022/qudra
18+
cd qudra
1919
```
2020

2121
*Conda users, please make sure to `conda install pip` before running any pip installation if you want to install `qudra` into your conda environment.*
@@ -39,7 +39,7 @@ To check if the installation was successful, run:
3939
To build `qudra` from source, pip install using:
4040

4141
```bash
42-
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
42+
git clone https://github.com/Q-Energy-2022/qudra.git
4343
cd qudra
4444
pip install --upgrade .
4545
```
@@ -51,7 +51,7 @@ If you also want to download the dependencies needed to run optional tutorials,
5151

5252
If you intend to contribute to this project, please install `qudra` in editable mode as follows:
5353
```bash
54-
git clone https://github.com/Q-Energy-2022/NYUAD-2022.git
54+
git clone https://github.com/Q-Energy-2022/qudra.git
5555
cd qudra
5656
pip install -e .[dev]
5757
```

0 commit comments

Comments
 (0)