D. A. Clarke

Results 57 comments of D. A. Clarke

Please even a very simple example would be helpful! Can you maybe give a hint how to use this module? Does it come automatically with ` import numba`? The following...

``` >>> from numba import jit >>> import scipy.special as sp >>> @jit(nopython=True) ... def integral(a,b): ... sp.beta(a,b) ... >>> integral(1,2) Traceback (most recent call last): File "", line 1,...

OK you're correct, I somehow lost my numba-scipy installation... That's something I'll have to fix on my own. Anyway do you think you could maybe give 1-2 short examples where...

why are we adding a new executable when we already have a configuration converter here: https://github.com/LatticeQCD/SIMULATeQCD/blob/main/src/applications/main_configConverter.cpp it also already does nersc to ILDG

if the container build worked, then you should have some build folder. if you look inside that folder, do you see any executables? we can also do a zoom meeting...

https://utah.zoom.us/j/5843616334 (Password: 857263)

Container build appears to be broken. On Archlinux this no longer completes building. Greyyy-HJC seems to be encountering a different issue, that it the container is not installing the NVIDIA...

Thinking about it more, probably it makes sense to use particular versions for each. https://github.com/kaiebira is looking into it.

To add to the things Luis listed: - [x] Gauge fixing: There is a gauge fixing application already. So move "gauge fixing" article under applications section, and just explain that...

I tried to clean up and complete more documentation before we put up our paper. Any TODOs that I did not handle, I decided to just list here for future...