-
is it possible to generate factals like mandelbrot/julia set and other factals using equation
-
The same app I was successfully compiling in Julia v.1.10.6 under 15 minutes no longer compiles after updating Julia to v1.11.1.
It stucks +20 minutes on
`⠸ [03m:30s] PackageCompiler: compiling noni…
-
now that we have forms and all that, it would be nice to have it shown when we print an mps. We could print also the info on the bond dimension (see #181 ) , maybe on the physical dimension as well
…
-
I am on Enzyme main (30b6b2d93d8ef1bdfb9f628e8c111d123cc4595e), CUDA master (7ff012) and Julia 1.10.6.
```julia
using Enzyme, CUDA
function f(a, b)
c = a .+ b
Array(c)[1]
end
a = CuArray(rand(…
-
This might be an Oceananigans problem but a simulation I'm running recently threw a bounds error in update state:
```julia
[ Info: Time: 360 days, n: 51840, Δt: 10 minutes, max|u|: (2.32e+00, 3.14…
-
**Describe the problem**
After https://github.com/JuliaDynamics/StateSpaceSets.jl/pull/32/files was merged, `hcat` is incredibly slow when horizontally concatenating. This is true for both `Vector…
-
Say we have a cell list.
```julia
x = zeros(3, 1)
search_radius = 0.1
box = Box(limits(x), search_radius)
cell_list = CellList(x, box)
```
Then we get some more particles and update our cell …
-
## Describe the bug
`adapt`ing a (center)space leads to malformed struct, which is realized during printing of resulting object.
As a consequence, the space cannot be used to set up a field correc…
-
Here `Foo` is a package with a url set under `[sources]`:
```
julia> Pkg.develop(path = "../Foo/")
ERROR: `path` and `url` are conflicting specifications
Stacktrace:
[1] pkgerror(msg::String)
@ P…
-
### Wflow version checks
- [x] I have checked that this issue has not already been reported.
- [x] I have checked that this bug exists on the latest version of Wflow.
### Reproducible Example
- I…