Louis Ponet

Results 19 issues of Louis Ponet

I ran into issues while trying to solve 2nd order diffeqs in combination with `Unitful`. MWE: ``` using DifferentialEquations using Unitful import Unitful: m, s const ω = 0.5/s ddy(y)...

After learning how to use/using JuAFEM for about 2 weeks, I must say that it is a great tool, very understandable and hackable design, and it seems general enough to...

This is a test case of a larger 20 atom unit cell with slight disproportionation (low symmetry) and magnetism. The difference in performance is quite dramatic, QE runs in about...

performance
usage

When I try to create a `GLArea()` I get a window that looks like this: This was encountered while trying to incorporate GLVisualize into a Gtk window, see [Integration into...

Hi, I've been running into the error in the attached screenshot when running an `alloc` with `slurm` that used to work (before recent maintenance on the cluster). I was wondering,...

Hi, I've been running hq on a slurm based cluster, with autoallocs. Sometimes for some reason the server will become inactive/not reachable after which usually all my `allocs` have crashed....

Hi, I'm trying to visualize some wavefunctions inside a crystal, and other related things. Now the issue I'm running into is that these wavefunctions are defined on a grid, which...

So I'm trying to implement the Weight blended OIT, as was mentioned by Simon in [isosurface/transparency issue](https://github.com/JuliaGL/GLVisualize.jl/issues/190). I'm really finding it hard to figure out all the components in the...

https://github.com/JuliaGL/GLAbstraction.jl/blob/7f20d624abac28c333ca22922803b03138c293e6/src/GLCamera.jl#L496 Hi, I think `Vec3f(0,0,1)` in this line should be changed to `up_v`. Previously the camera remained with the same upvector, causing left/right rotations to feel very weird after a...

Hi All, I've attempted to solve some of the TTFX things in HTTP.jl. By adding the small workload, the time to first return of the request in went down by...