gcattan
gcattan
### Project accessibility-checker-engine, ruleId: Rpt_Aria_RequiredParent_Native_Host_Sematics ### Description Hello, The accessibility checker is finding a bug with the carbon-react-component `Tab`:  However, when I look at the element, I saw that...
Hi, I would like to add the quantum machine learning library [pyRiemann-qiskit](https://github.com/pyRiemann/pyRiemann-qiskit).
Mobx decorators are deprecated, and will likely be removed in mobx v7. https://mobx.js.org/enabling-decorators.html
This PR adds the dataset from Neuroergonomic 2021 (https://zenodo.org/records/5055046).
Hi, There is a minor a11y violation in your code:   Is it possible to fix it?
Hello, I am testing `qiskit-symb` with `FidelityStatevectorKernel`, but encounter the following error: 'Statevector' object has no attribute 'data' ``` from qiskit_symb.quantum_info import Statevector quantum_kernel = FidelityStatevectorKernel(feature_map=..., statevector_type=Statevector) ```
This is a quantum autoencoder, that we transformed into a sklearn transformer. The example illustrates a possible pipeline with RG. This is an early research, there are no positive results,...
- QAOA and VQC have a callaback method to get the loss. - In QAOA, SLSQP is the default optimizer. We should allow the user to parametrize it.
- Update to pyRiemann 0.6 - Re-enable example with distances visualization
The classification module is becoming big, and likely needs to be break down into smaller modules. In addition, it regroups classifier implementation (such as the NCH), and the wrapper (QuanticNCH)....