-
Current fix for supporting Dual number in the Schroedinger solver https://github.com/qojulia/QuantumOptics.jl/pull/356
TODO;
- Implement in other solvers
Related issue;
`Complex{Dual}` support…
-
Currently, we have very rudimentary handling of stochastic layers. Initialization of RNGs for stochastic layers is done as:
```julia
randn(rng, 1)
return (rng=replicate(rng), training=tru…
-
I am extremely new to this area but I would like to create a fully automatic image segmentation technique using active contours. The goal is that this could later be used in conjunction with some of t…
-
It would be nice to build the transformation equations for these kinds of things https://docs.sciml.ai/latest/extras/sensitivity_math/ directly from the IR since that would make it much faster by avoi…
-
When I try to plot the first 250 trajectories, according to the SciML tutorial:
https://github.com/SciML/SciMLTutorials.jl/blob/e8c8c3e51703fd08b874abbbc7b52ed895d0cb6f/tutorials/DiffEqUncertainty/…
-
The current `run_simulation` interface is used to create and solve the appropriate ODE/SDE problem based on the thermostat algorithm.
https://github.com/SciML/NBodySimulator.jl/blob/172b046d8f3cfd073…
-
Hello, I'm trying to run the example of eDMD used on a Nonlinear Time Continuous System, found here https://docs.sciml.ai/DataDrivenDiffEq/stable/libs/datadrivendmd/examples/example_04/#nonlinear_cont…
-
### Package Version
Zygote v0.6.49, ModelingToolkit v8.29.1
### Julia Version
Julia Version 1.8.2
### OS / Environment
macOS Monterey 12.6
### Describe the bug
Recently, my scripts I was using …
-
The code for the sindy to equations parts of the examples are out of date and won't run.
In addition, running the SEIR model, the following warnings came up:
FastChain is being deprecated in favor o…
ghost updated
2 years ago
-
Using the parameter estimation functionality:
http://docs.juliadiffeq.org/latest/analysis/parameter_estimation.html#Parameter-Estimation-1
we can solve BVPs with more equations than solutions by…