Skip to content

Commit 827b25f

Browse files
Merge pull request #80 from qiboteam/remove_sh
clean repo
2 parents 2bb6315 + 7eb9cdb commit 827b25f

15 files changed

+6
-192
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ will install `boostvqe 0.0.1` and activate a dedicated working shell.
1515

1616
## Code structure
1717

18-
The code is organized as follows:
19-
20-
* `main.py`: performs boosted VQE training
21-
* `run.sh`: bash script example using `main.py`
18+
The file `main.py` performs boosted VQE training.
2219

2320
The source code is located in `./src/boostvqe/.` and its composed of:
2421

2522
* `ansatze.py`: contains circuit used by VQE
2623
* `utils.py`: contains utils function used by `main.py`
2724
* `plotscripts.py`: plotting functions.
25+
* `compiling_XXZ.py`: compilation for XXZ model.
2826

2927
## How to run the code
3028

@@ -80,6 +78,10 @@ optional arguments:
8078
--seed SEED Random seed
8179
--nshots NSHOTS number of shots
8280
```
81+
# Tutorials
82+
83+
Some useful notebooks to understand how the library works, are collected [here](notebooks/notebooks_links.md).
84+
8385
# Reference and citation
8486
8587
For more details about this project and citations, please refer to [the article](https://www.arxiv.org/abs/2408.03987).

boost_sc.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

compile.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

compile_with_cma.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

compile_with_sgd.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

run.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

run_sgd_exact.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)