-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0835d30
commit f92111b
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
List tutorials notebooks on branches (useful 25.3.2024 because of PRs not merged) | ||
|
||
Main branch | ||
|
||
https://github.com/qiboteam/qibo/tree/master/examples/dbi | ||
|
||
New cost functions from Andrew | ||
|
||
https://github.com/qiboteam/qibo/tree/dbi_cost_functions/examples/dbi | ||
|
||
https://github.com/qiboteam/qibo/tree/dbi_scheduling_SA | ||
|
||
BHMM DBI by Sam (good for simple checks because you only take 1 D operator for all steps) | ||
|
||
https://github.com/qiboteam/qibo/tree/dbi_BHMM | ||
|
||
Might be obsolete but runs the basic scheduling strategies | ||
|
||
https://github.com/qiboteam/qibo/tree/dbi_scheduling/examples/dbi | ||
|
||
When you want a simple DBI take D(B) = \sum_i B_i Z_i | ||
|
||
https://github.com/qiboteam/qibo/tree/dbi_magnetic_field | ||
|
||
Marek’s developing branch for transpiling DBI into Hamiltonian simulation (and then to primitive gates) has the evolution oracle examples in the models/dbi folder https://github.com/qiboteam/qibo/tree/DBI_transpiling_code_structure_waiting_merge/src/qibo/models/dbi | ||
|
||
https://github.com/qiboteam/qibo/tree/DBI_transpiling_code_structure_waiting_merge/src/qibo/models/dbi | ||
|
||
Boosting VQE (access via DBI team) has the basic running setup in the README | ||
|
||
https://github.com/qiboteam/boostvqe/blob/main/README.md |