-
# Reviewer 1
> For someone with statistical training such as me, reading Tang et al's manuscript was a pleasure. In essence, the work tell us that a low-rank approximation of the connectomes is a …
-
The cylinder model should give the formfactor of a long, infinitely thin rod or thin disk if diameter or length is set to zero, respectively.
-
I've thought a little about the current `global const` nest of variables.
I think the best way to deal with this may be to pass around an explicit `TightBindingModel` type.
Something like:
```…
-
In trying to understand a numerical instability in a high fidelity linear simulation, I have discovered a numerical instability that affects electrostatic stella. In the attached .zip file is a cyclon…
-
as outlined in https://github.com/peterrum/pf-applications/pull/381#issue-1529635722
-
### -> submitter ORCID (or name)
0000-0002-2207-6837
### -> slug
sandifordcraig-2023-subduction
### -> license
CC-BY-4.0
### -> alternative license URL
_No response_
### -> mod…
-
@mrshirts @jpotoff @msoroush
> section 3.4: this case study ignores a paper where a Mie force field (also lamda=16) was earlier proposed for cyclohexane, with (I guess) essentially the same result…
-
While analyzing possible regressions from MSL 4.0.0 to 4.1.0 in OpenModelica, we found issues with several Spice3 model:
```
Modelica.Electrical.Spice3.Examples.Inverter
Modelica.Electrical.Spice3.…
-
This is a simplified version of Homer's adjoint variable method. Homer's current version has several great features, but the core functionality still seems slightly buggy. Specifically, the adjoint gr…
-
Consider this function:
```julia
sq(x) = x==1 ? one(x) : x^2
@test FiniteDifferences.central_fdm(5, 1)(sq, 1) ≈ 2.0
@test_broken ForwardDiff.derivative(sq, 1.0) == 2.0
```
Here `ForwardDiff` g…