Robert Maxton
Robert Maxton
Yes, I believe they do; I just couldn't find them because I was expecting to see them under the output methods. `save_density_matrix` does what I want, I believe. So, yes,...
NVTX, while the idea I had in mind, may be a bad general example - since they're really just debugger flags, they take very simple inputs (a c-typed string) and...
... Okay, after experimenting, it was actually an error on my end, though it's _very weird_. If you forget to specify a keyword in `.compile`, like `.compile(thr, [-std=c++11])`, for some...
Ah, I was looking at the wrong documentation. Yes, `fast_math` is the second positional argument and a non-empty list is truthy. That makes sense. Whoops >.>. Sorry about that.
Coming back to this - I've run into a more interesting use case, namely the entirety of existing CUDA library code. In particular, there's a number of cuBLAS and cuSPARSE...
`numpy` can make padded arrays, but as far as I know it doesn't keep *track* of them as we'd like. Is there any way to write `__host__` code in either...
... Actually, I can't do that, because there's no way to plan the creation of an array that takes a `base` or `base_data` parameter. Hm.
> Can you point me to the relevant place in the docs? Well, for example, we have [`np.pad`](https://docs.scipy.org/doc/numpy-1.14.0/reference/generated/numpy.pad.html), which pads an array in a variety of helpful ways but just...
Narrowed down the bug - it seems to occur around circuit complexity 0.73. [Here's some screenshots](http://imgur.com/a/oWSSi) - I can make the circuit vanish by adding a single unconnected redstone dot,...