-
Hi @lucmos Thanks a lot for your recommendation for this code. I find it is very helpful for me. May I ask you one quick question. Sometimes, I got the error message of 'Factor is exactly singular'. I…
-
Moved from https://github.com/yixuan/arpack-eigen/issues/2
-
![image](https://user-images.githubusercontent.com/28720523/133216096-ba1aaf86-5bac-42c3-99cb-768d8f1e379b.png)
In vbhmm.py, what is the difference between plda_psi and plda_tr in line 93 and lines 9…
-
The [vmc_corsamp.inp ](https://github.com/filippi-claudia/champ/blob/refac-problematic/tests/CI_test/h2/qmc_1det/vmc_corsamp.inp) test does not completely finish. It tests the default optimization str…
-
When both MFEM and HYPRE are build with CUDA, `make test` fails in the unit test
```console
mpirun -np 1 punit_tests
```
The error is in a new test added after MFEM v4.3 in PR #1046, here: https:/…
-
Dynamical Component Analysis is a new [dimensionality-reduction](https://en.wikipedia.org/wiki/Dimensionality_reduction) method proposed recently in this paper: https://arxiv.org/abs/1807.10629 by Chr…
-
I am trying to solve a generalized eigenvalue problem with the following codes:
```julia
@var sigma u[1:2]
A = [1 2;3 4]
B = [0 1;3 2]
f = System([(sigma*A-B)*u;],
variable_groups=[[sigma,…
-
## 🐛 Bug
Function `dsp.beamforming.generalized_eigenvalue_decomposition()` returns complex eigen values whereas `_generalized_eigenvalue_decomposition()` returns real eigen values (along with compl…
-
Good morning,
sorry to bother, but I have a question about a possible feature implemented in PySCF.
Does PySCF have an implementation of the Davidson diagonalization algorithm for generalized eige…
-
If you have differently scaled features, the calculation of the shrinkage parameter using the algorithm by Ledoit and Wolf yields an incorrect estimate if the data are not standardized. Therefore, the…
cbrnr updated
2 years ago