-
< -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
## The problem
ERROR: lazy loading failed for package ‘tidyposterior’
I'm having trouble with ...
## Reproducible exam…
-
It would be nice to add compatibility for Zygote. I know I personally need Zygote for its complex number support, and I'd also like to use `Manifolds` in the same code.
For the most part, we can pr…
-
`test/solid_body_rotation.py` uses a 3 step RK method for time integration. The forward solutions and their lagged counterparts due to `mesh_seq.solve_forward` and `mesh_seq.solve_adjoint` appear to b…
-
These should be both referring to the same mesh object, however they do not.
-
I came across something odd while working with complex numbers:
```julia
julia> using Zygote
julia> Zygote.gradient(x->real(x + 2.0*im), 3.0)
(1.0,)
julia> Zygote.gradient(x->imag(x + 2.0*im), …
-
We only have `repeat` rules defined for
https://github.com/JuliaDiff/ChainRules.jl/blob/38caf4bfdb8af616fcbe7626d10699608af21904/src/rulesets/Base/nondiff.jl#L56
Zygote has adjoints for repeat, an…
-
When using the Near2FarFields or FourierFields adjoint solver with [``divide_parallel_processes``](https://github.com/NanoComp/meep/blob/ef18156a2281078762ab6a861ab742a7ed14961b/src/mympi.cpp#L766), I…
-
Multiplication of OneHotMatrix by dense layer could be more optimized, e.g. by
```julia
using LinearAlgebra
function Base.:*(A::AbstractMatrix, B::Flux.OneHotMatrix)
m = size(A,1)
Y = similar(A…
-
Some of them can be ported over from Zygote.
cf. https://github.com/FluxML/Zygote.jl/issues/906
https://github.com/FluxML/Zygote.jl/blob/956cbcf3c572c0eb09c146189bb38b1b434634ff/src/lib/array.jl#…
-
**Context**
I am working in a parallel MDO framework where one or several instances of SU2 (corresponding to different operating cases) can coupled with other solvers and tools, to perform coupled ae…