-
![Screenshot 2024-11-08 at 11 02 52 AM](https://github.com/user-attachments/assets/6ceb28eb-e4dc-424e-b8be-57eb975f1152)
For the attached pic , I want to draw a vertical line which passes through t…
-
Listing here some ideas for useful things to have examples for, anyone feel free to add
- [ ] How to access/use automatic differentiation derivative information (say, if you loaded in a DESC eq to…
-
Here is the code
julia> @time p = petlion(
NMC_LGM50;
N_p = 10, # discretizations in the cathode
N_s = 10, # discretizations in the separator
N_n = 10, # discretizat…
-
```
使用xp系统,模板xjtuthesis-0.6.6,Texmaker
附录的标题写为:
\xjtuappendixchapter{差分法求解薛定谔方程和泊松方程}
\xjtuappendixechapter{Solution of Schr{\"{o}}dinger and Poisson Equations by a
Finite-difference Method}
\xjtua…
-
```
使用xp系统,模板xjtuthesis-0.6.6,Texmaker
附录的标题写为:
\xjtuappendixchapter{差分法求解薛定谔方程和泊松方程}
\xjtuappendixechapter{Solution of Schr{\"{o}}dinger and Poisson Equations by a
Finite-difference Method}
\xjtua…
-
The Simultaneous Perturbation Stochastic Approximation (SPSA) optimisation method is a faster optimisation method.
> If the number of terms being optimized is p, then the finite-difference method…
-
This is more of a conceptual idea and not a real proposal yet.
**Is your feature request related to a problem? Please describe.**
`minimize` has convoluted logic of working with finite differenc…
-
I get "AttributeError: module 'numpy' has no attribute 'math'" when I run cell [5] in the binder notebook
### Reproducing code example:
```
model = ps.SINDy()
model.fit(x_train, t=dt)
model.p…
-
I noticed that the `linearize` function in iosys.py uses finite difference.
I think it wouldn't be too hard to implement an autodiff-based linearize, using autograd, and I propose to do that. I would…
-
The Hessian matrix could also be evaluated using finite difference method.
- Some info could be taken from https://en.wikipedia.org/wiki/Finite_difference#Relation_with_derivatives
- The matrix …