File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Leveraging quantum advantage to distributed grids for energy security and sustai
15
15
16
16
Our team's contribution is supposed to go into the ` qudra ` folder. So move there
17
17
``` console
18
- cd NYUAD-2022/ qudra
18
+ cd qudra
19
19
```
20
20
21
21
* 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:
39
39
To build ` qudra ` from source, pip install using:
40
40
41
41
``` bash
42
- git clone https://github.com/Q-Energy-2022/NYUAD-2022 .git
42
+ git clone https://github.com/Q-Energy-2022/qudra .git
43
43
cd qudra
44
44
pip install --upgrade .
45
45
```
@@ -51,7 +51,7 @@ If you also want to download the dependencies needed to run optional tutorials,
51
51
52
52
If you intend to contribute to this project, please install ` qudra ` in editable mode as follows:
53
53
``` bash
54
- git clone https://github.com/Q-Energy-2022/NYUAD-2022 .git
54
+ git clone https://github.com/Q-Energy-2022/qudra .git
55
55
cd qudra
56
56
pip install -e .[dev]
57
57
```
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Leveraging quantum advantage to distributed grids for energy security and sustai
15
15
16
16
Our team's contribution is supposed to go into the ` qudra ` folder. So move there
17
17
``` console
18
- cd NYUAD-2022/ qudra
18
+ cd qudra
19
19
```
20
20
21
21
* 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:
39
39
To build ` qudra ` from source, pip install using:
40
40
41
41
``` bash
42
- git clone https://github.com/Q-Energy-2022/NYUAD-2022 .git
42
+ git clone https://github.com/Q-Energy-2022/qudra .git
43
43
cd qudra
44
44
pip install --upgrade .
45
45
```
@@ -51,7 +51,7 @@ If you also want to download the dependencies needed to run optional tutorials,
51
51
52
52
If you intend to contribute to this project, please install ` qudra ` in editable mode as follows:
53
53
``` bash
54
- git clone https://github.com/Q-Energy-2022/NYUAD-2022 .git
54
+ git clone https://github.com/Q-Energy-2022/qudra .git
55
55
cd qudra
56
56
pip install -e .[dev]
57
57
```
You can’t perform that action at this time.
0 commit comments