-
There are a lot of languages in the list, it would be nice to see CL there. If it matters, function `disassemble` is part of the standard and works on all compilers.
-
Dear developers,
My name is Howard Yanxon, a postdoc at Argonne National Laboratory. I am interested in using ACE descriptor to train a neural network (NN) potential for battery applications.
**…
-
Currently, `@showprogress` doesn't work for functions, e.g.,
```julia
function foo(n)
for i in 1:n
sleep(0.1)
end
end
@showprogress foo(50) # The ideal usage, doesn't work
``…
-
Currently we've done nothing to improve the "visual inspection" of objects. At the moment it can be very difficult for the user to inspect a `Bijector`. And with PR #44 we're going to also have dimens…
-
### I've searched open issues for similar requests
- [X] Yes
### I've manually reviewed logs to find potential errors
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim…
-
Tools to look at:
- Cython (The current Python "native" standard)
- Pybind11 (The current C++ "native" standard)
- SWIG (The old standard, kind of a mess)
- cppyy (probably not stable …
-
```
julia> using Mousetrap
[ Info: Precompiling Mousetrap [5deeb4b9-6e04-4da7-8b7f-c77fb1eae65e]
[25147] signal (11.1): Segmentation fault
in expression starting at /home/ufechner/.julia/package…
-
Hi!
I'm trying to implement a function that will calculate the projective transformation from a bunch of projected coordinates and their corresponding real world values. This is just another (equall…
-
This issue is related to https://github.com/JuliaReach/IntervalMatrices.jl/issues/88. Proposal: add a new `IntervalMatrixPower` wrapper which holds the power `k` of the matrix power. The purpose of th…
-
The current code for `lldl` fails for Unitful sparse (or dense) arrays. MWE:
```julia
using SparseArrays: spdiagm
using LimitedLDLFactorizations: lldl
using Unitful: s
A = spdiagm(Float32.(1:3)*…