Skip to content

Commit

Permalink
Update docs' home page to use Ecosystem URLs (Qiskit/qiskit-metapacka…
Browse files Browse the repository at this point in the history
…ge#1752)

Co-authored-by: Luciano Bello <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 5, 2023
1 parent 6a7f963 commit cc6e05f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Qiskit |version| documentation
##############################

Qiskit is open-source software for working with quantum computers
at the level of circuits, pulses, and algorithms. Additionally, several
domain specific application API's exist on top of this core module.
at the level of circuits, pulses, and algorithms. Additionally, several
domain specific application APIs exist on top of this core module.

The central goal of Qiskit is to build a software stack
that makes it easy for anyone to use quantum computers, regardless of their skill level or
area of interest; Qiskit allows one to easily design experiments and applications and run
them on real quantum computers and/or classical simulators. Qiskit is already in use
them on real quantum computers and/or classical simulators. Qiskit is already in use
around the world by beginners, hobbyists, educators, researchers, and commercial companies.

.. raw:: html
Expand All @@ -29,16 +29,16 @@ around the world by beginners, hobbyists, educators, researchers, and commercial
<div class="row">

.. qiskit-call-to-action-item::
:description: Find out which Qiskit Partners support execution on real quantum services.
:description: Find out which Qiskit providers support execution on real quantum services.
:header: Access to quantum systems
:button_link: https://qiskit.org/documentation/partners/
:button_text: Qiskit Partners
:button_link: https://qiskit.org/providers
:button_text: Qiskit providers


.. qiskit-call-to-action-item::
:description: A programming model and execution framework to effectively execute workloads.
:header: Qiskit Runtime
:button_link: https://qiskit.org/documentation/partners/qiskit_ibm_runtime/
:header: Qiskit IBM Runtime
:button_link: https://qiskit.org/ecosystem/ibm-runtime/
:button_text: Get started

.. raw:: html
Expand All @@ -56,25 +56,25 @@ Interested in applications of quantum computing?
.. qiskit-call-to-action-item::
:description: Qiskit Nature supports different applications, such as electronic/vibronic structure calculations for ground and excited states or protein folding. It provides all the components necessary to interface classical codes and automatically convert to different representations required by quantum computers.
:header: Qiskit Nature
:button_link: https://qiskit.org/documentation/nature/
:button_link: https://qiskit.org/ecosystem/nature/
:button_text: Qiskit Nature

.. qiskit-call-to-action-item::
:description: Qiskit Finance provides a set of illustrative applications and tools, including Ising translators for portfolio optimization, data providers for real or random data, and implementations for pricing different financial options or for credit risk analysis.
:header: Qiskit Finance
:button_link: https://qiskit.org/documentation/finance/
:button_link: https://qiskit.org/ecosystem/finance/
:button_text: Qiskit Finance

.. qiskit-call-to-action-item::
:description: Qiskit Machine Learning provides fundamental quantum kernels and quantum neural networks (QNNs) as building blocks and quantum machine learning algorithms that apply them to solve different tasks like regression and classification. Further, it allows to connect QNNs to PyTorch to enhance classical workflows with quantum components.
:header: Qiskit Machine Learning
:button_link: https://qiskit.org/documentation/machine-learning/
:button_link: https://qiskit.org/ecosystem/machine-learning/
:button_text: Qiskit Machine Learning

.. qiskit-call-to-action-item::
:description: Qiskit Optimization provides the whole range from high-level modeling of optimization problems, to automatic conversion of problems to different required representations, to a suite of easy-to-use quantum optimization algorithms.
:header: Qiskit Optimization
:button_link: https://qiskit.org/documentation/optimization/
:button_link: https://qiskit.org/ecosystem/optimization/
:button_text: Qiskit Optimization

.. raw:: html
Expand All @@ -87,7 +87,7 @@ Interested in running experiments on real qubits?
.. qiskit-call-to-action-item::
:description: Run characterization, calibration, and verification experiments
:header: Qiskit Experiments
:button_link: https://qiskit.org/documentation/experiments/
:button_link: https://qiskit.org/ecosystem/experiments/
:button_text: Qiskit Experiments

Interested in quantum hardware design?
Expand All @@ -104,11 +104,11 @@ Interested in quantum hardware design?
.. image:: images/metal.png
:scale: 35 %
:align: center
:target: https://qiskit.org/documentation/metal/
:target: https://qiskit.org/ecosystem/metal/

++++++
:bdg-link-primary-line:`Website <https://qiskit.org/metal>`
:bdg-link-primary-line:`Documentation <https://qiskit.org/documentation/metal/>`
:bdg-link-primary-line:`Documentation <https://qiskit.org/ecosystem/metal/>`

.. toctree::
:hidden:
Expand Down Expand Up @@ -137,5 +137,5 @@ Interested in quantum hardware design?
:caption: Other API References
:hidden:

Qiskit Aer <https://qiskit.org/documentation/aer>
Qiskit Aer <https://qiskit.org/ecosystem/aer>
Qiskit IBM Quantum Provider (deprecated) <https://qiskit.org/ecosystem/ibmq-provider>

0 comments on commit cc6e05f

Please sign in to comment.