File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- name : Run Install
28
28
run : |
29
+ git submodule update --init --recursive -q
29
30
pip install .
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Test libs_qrem Install] ( https://github.com/PhaseCraft/libs_qrem/actions/workflows/test_install.yml/badge.svg )] ( https://github.com/PhaseCraft/libs_qrem/actions/workflows/test_install.yml )
4
4
5
+ This is the Phasecraft fork of the following package, updating the install:
6
+
5
7
` libs_qrem ` is a python package which executes efficient quantum readout error mitigation (QREM) written in C++/Cython.
6
8
This package mitigates the readout errors in 65 qubit measurement result of GHZ state from ibmq_brooklyn in few seconds.
7
9
- Time Complexity: $O(ns^2)$
@@ -15,17 +17,17 @@ This package mitigates the readout errors in 65 qubit measurement result of GHZ
15
17
16
18
## Install via pip
17
19
``` sh
18
- pip install git+https ://github.com/BOBO1997 /libs_qrem
20
+ pip install git+ssh ://git@ github.com/PhaseCraft /libs_qrem.git
19
21
```
20
22
21
23
c.f.) Reinstall via pip
22
24
``` sh
23
- pip install --upgrade --force-reinstall git+https ://github.com/BOBO1997 /libs_qrem
25
+ pip install --upgrade --force-reinstall git+ssh ://git@ github.com/PhaseCraft /libs_qrem.git
24
26
```
25
27
26
28
## Install manually
27
29
``` sh
28
- git clone https://github.com/BOBO1997 /libs_qrem.git
30
+ git clone https://github.com/Phasecraft /libs_qrem.git
29
31
cd libs_qrem
30
32
python setup.py install --record install_record.txt
31
33
```
You can’t perform that action at this time.
0 commit comments