-
When there is no salinity forcing, salinity is still drifting.
We believe it happens with the implicit diffusion scheme which produces noise which accumulates over time, but we are not sure exactly …
-
Hello,
When solving the (trivial) SDE $d y_t = -y_t\ dt + 0.2\ dW_t$, the Diffrax Euler solver is ~200x slower than a naive for loop. Am I doing something wrong? The speed difference is consistent …
-
Assuming slowly varying heterjunction band offsets
-
According to https://community.intel.com/t5/Intel-Fortran-Compiler/ifort-command-line-warning-10161/td-p/822737 Intel Fortran Compiler does not support *.f95 file compilation, so it will failed to com…
-
I would like to inquire if this paper has not been included yet?
-
Hello everyone,
I am trying to build a project on Debian that links MFEM with SUNDIALS and other libraries. Without SUNDIALS, everything compiles smoothly, but adding SUNDIALS produces multiple def…
-
Hi, I am trying to implement neuralSDE using torchdyn, my code is:
```
# drift_func
f = nn.Sequential(...)
# diffusion function
g = nn.Sequential(...)
self.func = Ne…
-
Hi,
Thanks for the great library!
I'm solving a SDE of the form: $$d\mathbf{X}(t) = (\mathbf{u}(t, \mathbf{X}(t)) + (\nabla \cdot \mathbf{K})(t, \mathbf{X}(t)))dt + \mathbf{V}(t, \mathbf{X}(t)) …
-
While implementing some weak solver schemes, I noticed that when I used the VBT as opposed to the UBP (unsafe brownian path) it was substantially (like ~5 mins vs ~10 seconds) slower. Using an UBP is …
-
# Analytic Gaussian Process Analysis Framework
1. Kernel Representation Module
- Implement your exact form of the kernel for the Hardy Z-function
- Generalize to handle other analytic kerne…