Skip to content

Commit

Permalink
Create notebooks tutorials links.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marekgluza authored Mar 25, 2024
1 parent 0835d30 commit f92111b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions notebooks tutorials links.md
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

0 comments on commit f92111b

Please sign in to comment.