Michał Stęchły

Results 16 issues of Michał Stęchły

Now AFAIK the only way to save a network is with pickle. It would be very helpful if it could be saved in xml file so it will be more...

When I open Code and Learn sections, the menu is being displayed on top of the list (see below): Safari version: Wersja 12.0.2 (14606.3.4) MacOS: 10.14.2

bug

**Description** When we have tried initializing `BinaryQuadraticModel` using all the keyword arguments, we got an empty model. However, if we use `linear`, `quadratic` and `offset` as positional arguments, it works...

bug/fix

**Current Problem** There is undocumented behavior, that QBSolv doesn't use provided sampler if the size of the problem is smaller than 20. This is misleading since people usually start with...

I wanted to use big hydrogen chains for benchmarking of my code. However, as it turns out, the biggest Hchain I can created using the following piece of code is...

area/performance

When I installed qualtran using `pip` in a fresh environment and tried to import something I got the following error: ``` Python 3.10.10 (main, Oct 6 2023, 13:57:03) [Clang 14.0.3...

I tried to create some bloqs with symbolic costs and it's unclear how exactly to do that. Here's the numeric version: ``` from qualtran.bloqs.arithmetic.comparison import LessThanEqual bloq = LessThanEqual(10, 15)...

docs

As we discussed, it would be good to have a section of the docs discussing the design choices we made, in particular why do we have `Schema` and `Routine` objects...

documentation

We should have an example how to use `rendering` module somewhere in our docs. I'm thinking about a bit more polished version of the following: ``` import yaml from qref...

documentation

It would be great to have some more advanced examples of routines written in QART. Two that come to mind are: - Alias Sampling – add it to the documentation...