Michał Stęchły
                                            Michał Stęchły
                                        
                                    @kajoel Thanks for this! @amyfbrown Can someone take a look into it and merge it, please? I think it's pretty critical one - if anyone is using VQE (or QAOA),...
@gavarela Grove is distributed under Apache 2.0, same as ProjectQ, so there shouldn't be any problems with that. Though, as I understand it, it should be mentioned somewhere in the...
Looking at stars at github I think the most popular are: Tensorflow - 27042 Keras - 6747 Lasagne - 2233 pyBrain - 1849 As a result I think some export...
I would make sure to check in with some other people on what are the tools they're using for logging, as I know some people did some research on that...
I think that just throwing a warning/exception wouldn't complicate the implementation much and would be very helpful for the users and would protect them from making a mistake. Also, the...
It has been some time ago and they have released a new version in the meantime, so I'd guess it should work properly now. If not, someone will reopen it...
Can you tell me which bloqs do support it, just so I have some examples to work with for now :) ?
Thanks @tanujkhattar, now this works properly! ``` import sympy N, M, b1, b2, c = sympy.symbols('N M b1 b2 c') qrom_symb = QROM.build_from_bitsize((N, M), (b1, b2), num_controls=c) qrom_symb.t_complexity() ``` `TComplexity(t=4*M*N...
Here's a working file with Alias Sampling: [alias_sampling.json](https://github.com/PsiQ/qref/files/15313054/alias_sampling.json)