Adam Kania

Results 6 issues of Adam Kania

This PR addresses issue #818

### Problem If someone is flawlessly solving notebooks in order that the "Learning Path" suggests, then they will encounter the `ControlledOnInt` operation for the first time in [Oracles tutorial](https://github.com/microsoft/QuantumKatas/blob/main/tutorials/Oracles/Oracles.ipynb). This...

Hi, I've noticed that equations written in math mode are not always rendered correctly in a browser. Fixing this would make the learning experience better for people that use separate...

good first issue

In the API Reference, it's specified that `ControlledOnInt` and `ApplyControlledOnInt` functions should be used with a positive integer, but zero can also be used with these functions. I suggest updating...

I was trying to run `plot_spn.py`, but the code raises an error. Here's the output: ``` Plotting the dummy SPN to spn-dummy.svg ... Traceback (most recent call last): File ".../deeprob-kit/examples/spn_plot.py",...

`load_boston` was removed from sklearn. Message from import error for `load_boston` for context: """ `load_boston` has been removed from scikit-learn since version 1.2. The Boston housing prices dataset has an...