Skip to content

Commit

Permalink
Remove links to qiskit.org (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Feb 12, 2024
1 parent 15e11d1 commit 2465096
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ For information on how to contribute to this project, please take a look at our
----------------------------------------------------------------------------------------------------

## References and Acknowledgements
[1] Qiskit https://qiskit.org/ \
[2] Qiskit-terra https://github.com/Qiskit/qiskit-terra \
[3] Amazon Braket Python SDK https://github.com/aws/amazon-braket-sdk-python
[1] Qiskit https://www.ibm.com/quantum/qiskit \
[2] Amazon Braket Python SDK https://github.com/aws/amazon-braket-sdk-python


----------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
"\n",
"Let’s take a look at an example to construct a VQE instance. Here `TwoLocal` is the variational form (trial wavefunction), a parameterized circuit which can be varied, and SLSQP a classical optimizer. Then we pass hamiltonian to `compute_minimum_eigenvalue` method of `VQE` to get result.\n",
"\n",
"Full example and explanation of algorithm detail you can find [here](https://qiskit.org/documentation/tutorials/algorithms/01_algorithms_introduction.html#An-Introduction-to-Algorithms-in-Qiskit).\n",
"Full example and explanation of algorithm detail you can find [here](https://qiskit-community.github.io/qiskit-algorithms/tutorials/01_algorithms_introduction.html).\n",
"\n"
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/1_tutorial_vqe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"\n",
"\n",
"\n",
"More docs on VQE and algorithms https://qiskit.org/documentation/tutorials/algorithms/01_algorithms_introduction.html#A-complete-working-example"
"More docs on VQE and algorithms https://qiskit-community.github.io/qiskit-algorithms/tutorials/01_algorithms_introduction.html#A-complete-working-example"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/3_tutorial_minimum_eigen_optimizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Tutorial: Minimum Eigen Optimizer\n",
"\n",
"For original tutorial refer to https://qiskit.org/documentation/optimization/tutorials/03_minimum_eigen_optimizer.html"
"For original tutorial refer to https://qiskit-community.github.io/qiskit-optimization/tutorials/03_minimum_eigen_optimizer.html#"
]
},
{
Expand Down

0 comments on commit 2465096

Please sign in to comment.