-
Hi,
Unfortunately, all the available (S)ODE integration subroutines in auto-differentiable Python frameworks (RK45, Dopri, etc.) behave very poorly with complex-valued functions [*]. In the Python …
-
Currently, we support casadi with ipopt and fmincon as solvers on the `abstractify` branch. Once #105 has been taken care of, @Alexdaijlu takes care of adding worhp.
-
I was trying to solve the following system of equations:
```
sin(40*degrees) / sin(30*degrees) - z / sin(80*degrees),
sin(x*degrees) / sin(60*degrees) - sin((x+10)*degrees) / z
```
The system o…
-
Hi,
This project looks very ambitious, and potentially very useful for economics researchers. Thanks a lot for working on this.
I just want to share something I have learned solving HJB equation…
-
### Description
The exported FMU does not behave like the OM Model does inside OMEdit.
While testing a large battery Model, I encountered a weird bug when exporting to FMU. Depending on the variabl…
-
The manuscript titled 'Predictive Limitations of Physics-Informed Neural Networks in Vortex Shedding' explores the application of Physics-Informed Neural Networks (PINN) in solving partial differentia…
-
Comment here with the day you wish to present, the name of the software (linked to the website), and a sentence or two about what it does. Please link *your* `proposal.md` below. (You are encouraged t…
-
The following script:
```python
#!/usr/bin/python
import pickle
from sys import version
import cvxopt
import smcp
with open("picos_issue_201.pickle", "rb") as f:
c, G, h, dims = pi…
Viech updated
4 years ago
-
Hi all,
i tried running elastic tube 3D locally with calculix and OpenFoam.
Everything works. What puzzles me is that results https://precice.org/tutorials-elastic-tube-3d.html are rather differen…
-
It would be useful if we could refactor [`stats.py`](https://github.com/OpenFreeEnergy/cinnabar/blob/main/cinnabar/stats.py) into a class API so that we could drop in different solvers.
Right now, …