-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add support for qiskit-symb * temp fix (as per Simone suggestion) * fix feature map * solution with threads * working solution with a dumping statevector * add param_prefix to gen_x_featuremap * param prefix for all feature maps * clean SymFidelityStatevectorKernel * add documentation * add some common feature maps * [pre-commit.ci] auto fixes from pre-commit.com hooks * edge case for pegasos implementation * flake8 * fix typo * add qiskit-symb as an optional dependency * fix no bare exception * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update deploy_ghpages.yml copy cached feature maps to examples at runtime * Update pyriemann_qiskit/utils/hyper_params_factory.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update pyriemann_qiskit/utils/hyper_params_factory.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update pyriemann_qiskit/utils/quantum_provider.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update pyriemann_qiskit/utils/quantum_provider.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * Update pyriemann_qiskit/utils/hyper_params_factory.py Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks * correct workflow file * tentative to fix error in workflow (features map not found) * fix workflow: wrong directory * simplify workflow file * revert changes to workflow back. Correct syntax of cp command * create missing cache `symb_statevectors` inside doc * second version (not passed as a prebuilt command) * add debug trace * joblib result assignation read-only when started from within another job. Disabling multhithreading for one of the moabb example * simplify workflow * disable multithreading for financial data too * [pre-commit.ci] auto fixes from pre-commit.com hooks * fix version of symengine for serialization * improve simulation time for plot_financial_data * Missing flag to deactivate qiskit_symb * [pre-commit.ci] auto fixes from pre-commit.com hooks --------- Co-authored-by: Gregoire Cattan <gregoire.cattan@ibm.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Quentin Barthélemy <q.barthelemy@gmail.com>
- Loading branch information
1 parent
b6268c7
commit 94ed524
Showing
16 changed files
with
262 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ moabb==1.1.0 | |
pyriemann==0.6 | ||
docplex>=2.21.207 | ||
firebase_admin==6.5.0 | ||
qiskit-symb | ||
symengine==0.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.