Skip to content

Commit

Permalink
Change dependency from qtm to qsee
Browse files Browse the repository at this point in the history
  • Loading branch information
vutuanhai237 committed Nov 19, 2023
1 parent 468a8be commit 23a3064
Show file tree
Hide file tree
Showing 774 changed files with 868 additions and 2,494 deletions.
10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ dmypy.json

### VisualStudioCode ###
.vscode/*
qtm/
qtm/base.py
qtm/evolution/crossover.py
qtm/evolution/ecircuit.py
qtm/evolution/environment.py
qtm/evolution/mutate.py
qtm/evolution/selection.py
qtm/utilities.py
qsee/


8 changes: 4 additions & 4 deletions GUIDELINE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Instruction:
1. Install [Git](https://git-scm.com/) or [GitHub Desktop](https://desktop.github.com/), and an editor such as Visual Studio Code.

2. Clone the codes to your computer (**qtm** is a core package of our various repository)
2. Clone the codes to your computer (**qsee** is a core package of our various repository)
```
git clone https://github.com/vutuanhai237/UC-VQA.git
cd UC-VQA
rm -rf qtm (delete folder qtm)
git clone https://github.com/vutuanhai237/qtm.git
rm -rf qsee (delete folder qsee)
git clone https://github.com/vutuanhai237/qsee.git
```

Note that the **qtm** folder must be on the same level as the **codes** folder.
Note that the **qsee** folder must be on the same level as the **codes** folder.

3. Make sure that you have installed python 3+ version. After that, install all needed packages.
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UC-VQA: experiment repository for qtm library which is used in tomography
## UC-VQA: experiment repository for qsee library which is used in tomography


### Resources
Expand Down
Loading

0 comments on commit 23a3064

Please sign in to comment.