pyRiemann-qiskit icon indicating copy to clipboard operation
pyRiemann-qiskit copied to clipboard

A library for machine learning and quantum programming based on pyRiemann and Qiskit projects

Results 33 pyRiemann-qiskit issues
Sort by recently updated
recently updated
newest added

Scope of this issue: - [ ] Add n_jobs and n_jobs_evaluation in all examples - [ ] Review and re-run examples - [ ] Automate short examples on Ci-Cd -...

devop

@Muricanpitbull Can you look at the install steps: https://github.com/pyRiemann/pyRiemann-qiskit?tab=readme-ov-file#installation Try to follow, and report in this ticket, everything that is not clear, so we can improve it furthur. Thank you...

good first issue

See below python package: https://github.com/ichuang/pyqsp

enhancement
help wanted

It would be great to have an example with an image/video datasets (even a toy dataset). Could be for example that one pixel = one sensor, and the time series...

enhancement
help wanted

Create a Python module to contain aliases to common pipelines. Something like: ``` xDAWNCov_TsLDA = make_pipeline(XdawnCovariances(), TangentSpace(), LDA()) ... ``` It would be really useful for the examples. @toncho11 FYI

enhancement

We cannot run all datasets on Ci, nor on a real quantum. We need some heuristics there, like selecting the worst/best split in the dataset.

enhancement

setup.py does enforce the minimal version of Python 3.9.

bug

Add explicit message when the number of qubits in the backend is lower than the size of the feature. Follow-up https://github.com/pyRiemann/pyRiemann-qiskit/pull/132

enhancement

Follow-up for #163 . Here is some related documentation on how to include notebook with sphinx: https://docs.readthedocs.io/en/stable/guides/jupyter.html

devop