Maria Schuld
Maria Schuld
Currently, the plugin generates and compiles qsharp dynamically, which may not be the most efficient strategy. In order to use the full power of QSharp, the approach of interfacing it...
This is a quick-and-dirty implementation to add hyperparameters `use_jax` and `vmap` to `IQPVariationalCircuit` and `IQPKernelClassifier`. Together with the existing `jit` hyperparameter, we can toggle between these options: ``` use_jax (bool):...
We decided to not add the tests used during development to the final code, because they were high-level integration tests that check if a model converges on a trivial classification...