Skip to content

Commit

Permalink
https://github.com/pyRiemann/pyRiemann-qiskit/issues/4
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan committed Oct 12, 2021
1 parent 15b51b2 commit 5aa2076
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@

=============
API reference
=============
=============

Classification
--------------
.. _classification_api:
.. currentmodule:: pyriemann_qiskit.classification

.. autosummary::
:toctree: generated/
:template: class.rst

QuanticClassifierBase
QuanticSVM
QuanticVQC
24 changes: 24 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,30 @@
pyRiemann-qiskit: Qiskit wrapper for pyRiemann
=============================================================

.. raw:: html

<div style="clear: both"></div>
<div class="container-fluid hidden-xs hidden-sm">
<div class="row">
<a href="auto_examples/ERP/plot_classify_EEG_quantum.html">
<div class="col-md-3 thumbnail">
<img src="_images/sphx_glr_plot_single_thumb.png">
</div>
</a>
<a href="auto_examples/toys_dataset/plot_classifier_comparison.html">
<div class="col-md-3 thumbnail">
<img src="_images/sphx_glr_plot_classify_MEG_mdm_thumb.png">
</div>
</a>
</div>
</div>

<br>

<div class="container-fluid">
<div class="row">
<div class="col-md-9">

pyRiemann-qiskit is a Qiskit wrapper around pyRiemann.
It allows to use quantum classification with Riemannian geometry.
pyRiemann-qiskit provides through Qiskit:
Expand Down

0 comments on commit 5aa2076

Please sign in to comment.