From f92111babd309e2a862d41c4c7ac08aa9726469b Mon Sep 17 00:00:00 2001 From: Marek Gluza Date: Mon, 25 Mar 2024 15:02:32 +0100 Subject: [PATCH] Create notebooks tutorials links.md --- notebooks tutorials links.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 notebooks tutorials links.md diff --git a/notebooks tutorials links.md b/notebooks tutorials links.md new file mode 100644 index 0000000..fae04f3 --- /dev/null +++ b/notebooks tutorials links.md @@ -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