-
Adam Sales brought to my attention some examples in which chisquare statistics and degrees of freedom are reported, both precisely the same. There was a one-stratum case and a matched case, both with…
-
Canonical (or constrained) correspondence analysis is a multivariate ordination technique. It appeared in community ecology (ter Braak 86) and relates community composition to the variation in the env…
-
I am running palantir on 2 different cell types from my adata object that I have processed with scanpy. I subset the adata object based on cell types. For the T cells the analysis seems to work. Howev…
-
## Description
I have a few questions in regards to the anisotropic Laplace-Beltrami operator.
**How does the sign of `aniso` affect the computation of the anisotropic Laplace-Beltrami operator?*…
-
### Information
- Qiskit Metal **0.1.5**:
- Python **3.10.2**:
- **Windows 10**:
### What is the current behavior?
The running the line:
hamiltonian_results = composite_sys.hamiltonian…
-
### Background
The current version of ABACUS can only support training DeePKS model on energy, force, stress, bandgap etc.
But it can't support training on Hamiltonian, as well as its eigenvalues (b…
-
### Bug Description
The sparse eigensolver can fail when eigenvalues are purely imaginary.
### Code to Reproduce the Bug
```shell
import qutip
(qutip.num(4) * 1j).eigenenergies(sparse=True)
```
…
-
## Description and example
Calling `parallel_structure_tensor_analysis` with `include_all_eigenvalues=True` results in an exception.
The following example reproduces the error on my system:
```
…
-
Rulinalg has implementations of a number of decompositions. Currently these are returned as `Result`, where `tuple` is a tuple of `Matrix`. This is in itself useful, as it gives the user easy access t…
-
Hello
I'm having some issue regarding the function `Nx.LinAlg.eigh` on Mac OSX Ventura, using Nx 0.7.2 with Elixir 1.14.1, Erlang OTP25.
It seems there is inconsistency between Linux and OSX hosts…