-
Dear @sunqm
What are the prospects (if any) of using more symmetry than the Abelian D2h and C2v point groups for FCI on, say, linear molecules? If not for performance gains, then for distinguishin…
-
Previous discussion: https://github.com/pytorch/pytorch/issues/755
High Priority
-----------------------------------------------------------------------------------------------------------
**O…
-
Implement the Hopf algebra of symmetric functions in non-commuting variables in the following bases:
- monomial **m**
- elementary **e**
- homogeneous **h**
- power-sum **p**
- **x**
- **q**
as we…
-
Hi! I am learning 'tall' matmul and find it **hard to find the code** describing how slice K reduce the value.... I think, each wrap will calculate 32*64 values (each thread cal 64 values) and then...…
-
# 🐛 Bug
When conditioning KroneckerMultiTaskGP with training inputs that have more than 800 rows, the function that calculates the posterior fails. This is happening because the diagonalization of…
-
I noticed that the objects in jaxlie do not define addition or scalar multiplication on elements in the group. Is this simply not implemented yet, or am I missing a good reason why youd want to omit s…
-
Patch summary for trac_5794.revised:
```
- new branching rules, including exceptional and reducible types
- all new rules have tests but slower F4 tests are # long time
- bugfix: reducible root sy…
-
An ordered multiset partition C of a multiset X is a list of subsets of X (not multisets),
called the blocks of C, whose multi-union is X.
These objects appear in the work of
* [Haglund, Rhoades, …
-
**Submitting author:** @JulianKarlBauer (Julian Karl Bauer)
**Repository:** https://github.com/JulianKarlBauer/mechkit
**Branch with paper.md** (empty if default branch): paper
**Version:** v0.4.0
**E…
-
I naively tried `ForwardDiff.gradient(det, A)` and compared it to the output of `(det(A) * inv(A))' * A)`([Jacobi's Formula](https://en.wikipedia.org/wiki/Jacobi's_formula) for a real square matrix `A…