-
The only remaining test suite failure now is:
```
22/140 Test #84: cdomp2-2 .........................***Failed 1.17 sec
Nuclear Repulsion Energy (a.u.)...................................PAS…
-
-
In #420 and #421 some small changes were made to run cov2d with small/zero noise_var. Previously it would crash with div0 or later Singular matrix etc etc. Most of those changes relate to `shrinker`,…
-
Thank you so much for your reply.
I have a following question please.
-
-
Hello,
I'm curious if the bidiagonalization/tridiagonalization can be used to get an estimate of the k-smallest eigenvalue/eigenvector pairs of a PSD operator.
Looks like you can estimate a par…
-
Hello! It's me again!
I've been optimizing `eant2`, mostly just minor stuff like amortizing allocations and increasing cache hits, parallelism, etc.
The real meat of the work of eant2 is done i…
-
```python
import jax
import jax.numpy as jnp
def timer(f):
from time import time
f() # warmup and compile
t = time()
for _ in range(3):
f()
print((time() - t) / …
-
I installed LIMIX from conda-forge as suggested without problems. Then I tried to install LiMMBo with 'pip install limmbo' and I am getting the following error:
ERROR: Command errored out with exi…
em812 updated
5 years ago
-
On Ubuntu 18.04 and using gcc version 7.3.0 I can compile up to VAST_v4_4_0.cpp but can't compile more recent versions (sessionInfo() pasted below).
Using the R code
```R
setwd(system.file("exec…