-
I am able to use different implicit ODE solvers and they works well most of the times with my Solid Oxide Fuel Cell (SOFC) model developed in VoronoiFVM. I would like to simulate the impedance of SOFC…
-
**Submitting author:** @mongibellili (elmongi elbellili)
**Repository:** https://github.com/mongibellili/QuantizedSystemSolver.jl
**Branch with paper.md** (empty if default branch):
**Version:** v1.0…
-
diffrax 0.6.0
jax 0.4.30
Using jax.experimental.enable_x64 and jit will return a exception.
```python
import jax
import jax.numpy as jnp
import diffrax
key = jax.random.PRNGKey(0)
x1 = …
dv-ai updated
2 weeks ago
-
Need to create a package for ODE solver.
It can be a separate package or part of easifemClasses.
References.
- [ ] https://github.com/Fortran-FOSS-Programmers/FOODIE
- [ ] https://diffeq.scim…
-
Hi,
I am playing around with `diffrax`'s ODE solving functionality. In a nutshell, I define a simple feedforward MLP with random initialization and benchmark the runtime of using it as the temporal…
-
Hello, I run your code, and find this bug:
NameError: name 'NeuralDE' is not defined
why?
-
It might make sense to layout some potential updates here that would make the workflow nicer and more consistent with other SciML libraries, but be breaking. JumpProcesses has a lot of historical cruf…
-
Hi,
I am simulating a quantum dynamical system using the great ITensorMPS.jl package.
(https://github.com/ITensor/ITensorMPS.jl)
Without getting into details about this package and the specific com…
-
Given that we did a `solver = LSRK54CarpenterKennedy(...)` or the like, it would be helpful to be able to `@info solver` and get `CarpenterKennedy` rather than `LowStorageRungeKutta2N`. A simple way t…
-