rht
rht
According to https://github.com/scipy/scipy/blob/master/LICENSES_bundled.txt#L26, they use BSD-licensed code. The readme shows the website that hosts the source code: https://github.com/scipy/scipy/tree/master/scipy/optimize/lbfgsb_src. Does that mean the L-BFGS-B authors have incorrectly attributed the Minpack2 code?
https://github.com/JuliaNLSolvers/LineSearches.jl/blob/master/src/morethuente.jl seems to be based on cvsrch, which is not dcsrch.
Unfortunately, there is no straightforward fix for this. The lookup table used for the `mousemove` event is overwritten whenever there a layer is drawn. See https://github.com/projectmesa/mesa/blob/3664aa25c29e71fdb2b8486df5821324e46d4338/mesa/visualization/templates/js/GridDraw.js#L76.
I have confirmed that setting the `ndigits` to 8 in the QASM 3 exporter fixes the probability distribution discrepancy.
Sorry for not providing a minimal reproducer earlier. Here it is: requirements.txt ``` cirq==1.0.0 ``` Hence the command is `pip-compile -o requirements.lock requirements.txt`, ran on a fresh empty virtualenv. `pip-compile`...
My current workaround is to first install `cirq`, and then in a separate `pip install`, install the requirements.txt. This will override the `google-api-core` version to be >2.0.0-dev. But this solution...
Yeah, I'm not using `cirq-google` actually. I wasn't aware that `cirq` is a meta package, and `cirq-core` is what one should install most of the time.
Behold, I have compiled a [references.bib](https://gist.github.com/rht/91948702a4aa7dc0ccda0e0fca4da154) based on the original html version with urls added from the html5 version. The .bib can be readily converted to html with bib2xhtml as...
@extrawurst sorry for not replying in time. However, I rediscovered GitUI again because it was recently featured on HN: https://news.ycombinator.com/item?id=32864036. Storing the state would solve my use-case, if indeed the...
Whoa! Thank you for delivering.