-
Hi!
I found an issue with jwave's wavelet decomposed coefficients having sign differences in detail coefficients when compared with
pywavelet coefficients.
So, I digged through your code, an…
-
## Rationale
One primary challenge in multiphysics coupling is deriving a common data-exchange interface. Ideally, both externally-coupled codes and internally-coupled physics components will share a…
-
Written by Thomas
```
make
./create_git_sha1.sh
rm -f -- qp_print
ocamlbuild -j 0 -cflags "-g" -lflags "-g" qp_print.native -use-ocamlfind
+ ocamlfind ocamldep -package core,cryptokit,zmq,st…
-
To reproduce, spin a camera by setting the target to (0,0,0) and the eye position to `(r*cos(t), 5, r*sin(t))`. It's pretty obvious that there's a bug in Matrix4::lookAt from that test.
I'm pretty s…
-
Here they are:
foodbank
foodbanks
foodbank's
rictus
rictal
interramal
Benedictus
Magnificat
safranine
safranin
ultramicrotome
toluidine
phosphuretted
phosphyl
phosvitin
phosphoprotein
…
-
From the current `spa.AssociativeMemory` documentation:
```
input_vocab: list of numpy.array, spa.Vocabulary
The vocabulary (or list of vectors) to match.
output_vocab: list of numpy.array, spa.V…
-
The test `test_project_ortho_olp_geometry` does not detect this problem. All occupation numbers in this test are zero and so none of the orbitals get tested for orthonormality.
-
Hello!
In the documentation of the InstationaryDiscretization it is said that
'mass
The mass Operator M. If None the identity is assumed.'
But as far as I see it, when mass=None upon instanti…
-
Hi!
I implemented Multiple Shooting for a 3D free-flight aircraft model
using structs to structure the optimization variables:
```
V = struct_symMX([
entry("X", struct=x,repeat=N+1),
…