-
Collecting git+https://github.com/AutoViML/Auto_ViML.git
Cloning https://github.com/AutoViML/Auto_ViML.git to /tmp/pip-req-build-hbrwfrj3
Running command git clone --filter=blob:none --quiet htt…
-
I tried to follow this [tutorial](https://github.com/patryk-kubiczek/qmc_workshop/tree/master/dmft) to perform analytically continue using SOM. I used this Python script "`somAC.py`":
```
from triq…
-
### Description
The gamma function implemented in `cgamma_csp` and `cgamma_cdp` in module `stdlib_specialfunctions_gamma` produce the wrong output when the argument is a pure imaginary. They return t…
-
@rudolph-git-acc and @mariotrevi
Few days back, I had noticed in the fourth thread at Prof. Tao's blog you were focused on the Ceff term, and improving Ht precision at smaller values of x, while I …
-
### 🐛 Describe the bug
This is similar to #92324 .
Program to reproduce:
```python
import torch
def fn(x):
return torch.bitwise_xor(x, 18)
# return torch.bitwise_xor(x, torch.tens…
-
Defect because there is no Sage binding for a result returned by Maxima:
```
sage: hypergeometric([-1/2,1/2],[2],4).simplify_hypergeometric()
1/2*I*sqrt(3)*assoc_legendre_p(1/2, -1, -5/3)
sage: ass…
-
At present, the implementations of the radial rules hardcode the primitive quadrature rule, and the radial size adjustment. This leads to code duplication, and limits the reusability of the code.
T…
-
Regarding the normalization conventions, there are three main types (see solid_harmonics2/docs/src/SH.md for more details).
1. Orthonormalized
2. Schmidt semi-normalized (Racah's normalization): I…
-
I have implemented Longstaff Schwarz Monte Carlo for equity american options using a polynomial regression. The paper can be found here
https://people.math.ethz.ch/~hjfurrer/teaching/LongstaffSchwa…
-
I find that it would takes up to 30s to run just `import dpdata` on the login node of HPC. I did some investigation myself and find that it would load almost all the modules into memory when importi…