Christopher Hillenbrand

Results 19 comments of Christopher Hillenbrand

What you described actually happened to me recently on an ssd in a laptop. Recovery was not pleasant (thus #749 ) but using DMDE I was able to find a...

The 2D vector field examples seem to work just fine

Thanks for looking into this for me! I see now that the problem is definitely a Makie regression. The arrows in 3D streamplot are much too large by default. The...

Why not just use BLAS dot for sum? I.e. ``` double one = 1.0; double sum = cblas_ddot(N, &X[0], X.strides(0)/sizeof(double), &one, 0); ``` This is fast. I don't know how...

Perhaps the SONAME of qcint can be changed so that pyscf built against libcint cannot dynamically load qcint?

I have an idea related to this @sunqm What do you think about cmakedefining SIMDD at build time? After all, the simd width is set when the library is built...

I would be quite happy with what Zygo suggested and don't have very much to add. Range notation would be especially handy! A simple option like `--units-hex` would be adequate...

I didn't include any RMA or reductions, but I'd be happy to do it if there's interest.

Thanks for your lengthy feedback. I appreciate it! I wasn't expecting you to merge this---rather, I was hoping for you to tell me about what could go wrong with this...

I have set `CMAKE_GENERATOR="Unix Makefiles"` and it's indeed much faster. I was hoping that there was a way to set this with Ninja as a fallback, but I guess there...