-
We should investigate if adding type hints to the codebase can help us.
I don't have any further thoughts on how this should look like or even if it's a good idea. I haven't really used type hints…
-
@TSGut @dlfivefifty @MikaelSlevinsky I am witnessing instability in the lowering/raising when considering Semiclassical Jacobi with a large c parameter.
E.g. the following works:
`
ρ=0.02; t=inv…
-
The ClimaCoupler test suite passes with ClimaCore 0.14.5, but when updating to 0.14.6, the remapping tests now fail. See example https://github.com/CliMA/ClimaCoupler.jl/actions/runs/9325823164/job/25…
-
From a few conversations with @mikolalysenko I learned that languages like R and libraries like scipy which are known for amazing math are just binding to the same old Fortran libraries (and in a few …
-
I just tried building AMGX from source, and here's the error message I got:
```shell
/home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(1983): error: identifier "profileSubphaseFindAggr…
-
Suppose I have a quantum `CSS` code: `(H = Hx|Hz) `where `H` is a `Boolean/GF(2) `matrix. Eric noted that I can do `S = StabilizerCode(H);` then `minimum_distance(S)` to find the minimum distance. I …
-
Imported from SourceForge on 2024-07-09 08:51:52
Created by **[stefano_ferri](https://sourceforge.net/u/stefano_ferri/)** on 2010-04-08 13:25:19
Original: https://sourceforge.net/p/maxima/bugs/1947
-…
rtoy updated
4 months ago
-
Comment below with questions or thoughts about the reading for [this week's workshop](https://github.com/uchicago-computation-workshop/Winter2020/tree/master/01-09_Boudourides).
Please make your co…
-
Description
---
I think there is a typo in the DaRT ring description: $E_{pq} \in M_2(D)$ should be $E_{pq} \in D$ (see (12) in Bergman's paper).
Claim 1. The domain $k[t]\langle X_{pq} | p, q = …
-
### Open Source Project name
JDSP - Digital Signal Processing for Java
### What is your project?
JDSP is a library of signal processing tools aimed at providing functionalities in JAVA as available…