Nick Papior
Nick Papior
I think most people will use grouped plots to combine different types of plots (i.e. not just a variable). For instance, geometry plots + PDOS scaling of atomic sizes, vs....
> Another example: > > ```python > from nodify import Batch, temporal_context > > with temporal_context(batch_iter="product"): > H.plot.wavefunction(i=Batch(4, 5, 6, 9), represent=Batch("real", "imag")) > ``` > > would generate 8...
I don't see the final comment in your post? Maybe it got truncated, or something?
Is there something missing here? Should we get this in?
This is somewhat related to this PR, when 3.13 hits the release, which versions of matplotlib will be supported under 3.13? How far will you go back and create wheels?...
That's actually not so easy. The surface Green's function depends on a well-defined direction. And for extending a unit-cell along an arbitrary direction is not trivial... The reason is that...
As for LSF support... damn... As for rankfile mapping. I got it through: ``` hwloc-gather-topology test ``` I have never done that before, so let me know if that is...
Yes, everything builds. So that isn't the issue. It is rather that it isn't working as intended :cry:
> i tried all 5.0.x versions, but it wont pass the configure. i managed to build it with 4.0.3 > > `./configure --with-lsf=/usr/local/lsf/10.1 --with-lsf-libdir="${LSF_LIBDIR}" --with-cuda=/usr/local/cuda --enable-mca-dso=btl-smcuda,rcache-rgpusm,rcache-gpusm,accelerator-cuda LIBS="-levent" LDFLAGS="-L/usr/lib/x86_64-linux-gnu" --prefix=/software/openmpi-4.0.3-cuda` You...
> Not sure I can do much with this one - no access to an LSF machine, so all I can do is poke around a bit. Using the head...