-
I am using a combination of packages to use ANNs within coupled ordinary differential equations.
When coupling less than 20 ODEs everything runs smoothly, whereas for more than 20 ODEs i get A LOT…
-
Inorder to run hydrogen.py I had to make some changes, mainly stuff like -
tf.rand_uniform==> tf.rand.uniform
tf. ==> tf.compat.v1.
and at the top of hydrogen.py I added -
tf.compat.v1.di…
-
Reviewer `#3` (Remarks to the Author):
In Table 6, why are the computational domains chosen as cubics for all proteins for APBS? It is unfair for APBS in terms of efficiency.
In Table 7, solvat…
-
To run `ContinuousDataDrivenProblem` on the model below that I want to run as an Implicit system discovery, I get : MethodError: objects of type ODESystem are not callable in forming the DX matrix. Th…
-
In the theory of differential equations and Abelian varieties, Riemann theta functions and their relatives play an important role. Implement these in Sage!
See also:
- [RiemannTheta](https://gith…
-
There are [four common notations for differentiation](https://en.wikipedia.org/wiki/Notation_for_differentiation):
1. Leibniz: $dy/dx$
2. Lagrange: $f'(x)$
3. Euler: $`(Df)(x)`$
4. Newton: $`\dot…
-
I'm trying to build libMesh [1] with the intel/2016a toolchain and hitting this problem:
ld: /software/easybuild/software/imkl/11.3.1.150-iimpi-8.1.5-GCC-4.9.3-2.25/mkl/lib/intel64/libfftw3x_cdft_lp6…
-
running build_ext
==> Configuring:
$ cmake -S /home/cloudam/underworld2-2.13.0b/underworld/libUnderworld -B /home/cloudam/underworld2-2.13.0b/build/temp.linux-x86_64-cpython-310_libUnderworld -GNi…
-
Hi all,
Currently, the `BatchNorm` function selects by default the `N-1` dimension of the `N` dimensional array as the channel dimension. I think it would be useful to let the user decide on the dim…
-
### PyBaMM Version
24.5
### Python Version
3.9
### Describe the bug
Under some specific parameter sets, hysteresis state will exceed the range of (-1,1),adding bounds in WyciskOpenCircuitPotentia…