Christoph Ortner
Christoph Ortner
Maybe related: ``` Error: No available formula with the name "staticfloat/juliatranslated/gettext" ==============================[ ERROR: Homebrew ]=============================== LoadError: ArgumentError: `brew info` failed for Union{ASCIIString,UTF8String}["staticfloat/juliatranslated/gettext","staticfloat/juliatranslated/libffi","staticfloat/juliatranslated/pcre"]! while loading /Users/ortner/.julia/v0.4/Homebrew/deps/build.jl, in expression starting on line...
I now cannot `import` or `using` Homebrew.jl
this seems to have been sorted by the last `Pkg.update()` - sorry about the noise.
I find `@lintpragma` extremely cumbersome and found myself craving a `# noqa` many times since I started using `Lint.jl`. This is sometimes a language issue and sometimes a lint issue....
> I'm not sure you need another abstract layer for preconditioners. My own perspective: in optimisation you need more than just M(x). You need to provide `M * x, M...
> Regarding the abstraction issue: Can you give me an example when you need to multiply with the preconditioner? Basically to compute distance, but I only need the inner products...
I'm curious why `mesh` isn't enough? If you are given a surface in the format of a triangulation, then isn't that exactly what `mesh` is for?
+1 --- I've run into the same problem and my MWE is almost identical to the one above. For me this is a huge problem, because I am hoping to...
Thanks for the reply. Re 1) sounds great if possible. @hjchen1983 : you looked at the code before: would it really be easier to implement plane waves in this framework...
An initial interface between JuLIP and QuantumLab with minimal functionality; say energy and forces; should be straightforward. Once I have some functionality for molecules in JuLIP I'll come back to...