Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #921 from JanLahmann/patch-1
Browse files Browse the repository at this point in the history
fix two broken links/URLs
  • Loading branch information
nonhermitian committed Jun 19, 2020
2 parents 4091be7 + 7391211 commit 7a538d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_here.ipynb
Expand Up @@ -70,7 +70,7 @@
"6. [Extended stabilizer tutorial](tutorials/simulators/6_extended_stabilizer_tutorial.ipynb) - Gives an overview of the *extended stabilizer* Qasm Simulator method\n",
"\n",
"\n",
"7. [Matrix Product State simulator](tutorials/simulations/7_matrix_product_state_method.ipynb) - Gives an overview of the *matrix product state* Simulator method\n",
"7. [Matrix Product State simulator](tutorials/simulators/7_matrix_product_state_method.ipynb) - Gives an overview of the *matrix product state* Simulator method\n",
"\n",
"\n",
"## Quantum Device Noise Analysis\n",
Expand Down Expand Up @@ -106,7 +106,7 @@
"2. [Quadratic Program Converters](tutorials/optimization/2_converters_for_quadratic_programs.ipynb) - Qiskit Optimization provides with `QuadraticProgram` a very generic and powerful representation for optimization problems\n",
"\n",
"\n",
"3. [Minimum Eigen Optimizer](tutorials/optimization/3_minimum_eigen_optimizer) - Solutions to quadratic programs using minimum eigenvalue solvers.\n",
"3. [Minimum Eigen Optimizer](tutorials/optimization/3_minimum_eigen_optimizer.ipynb) - Solutions to quadratic programs using minimum eigenvalue solvers.\n",
"\n",
"\n",
"4. [Grover Optimizer](tutorials/optimization/4_grover_optimizer.ipynb) - Explore each component of the `GroverOptimizer`, which utilizes the techniques described in GAS, by minimizing a Quadratic Unconstrained Binary Optimization (QUBO) problem\n",
Expand Down

0 comments on commit 7a538d0

Please sign in to comment.