-
This isn't so much an issue as it is a question. Apologies, I tried to join both the libmesh-users and libmesh-devel and sent this inquiry originally to
libmesh-users@lists.sourceforge.net
But for …
-
```
There are laurent() and taylor() functions in Maple 11 which both do series expansion with
respective algorithm.
In sympy there's already series() function which does at least taylor expansion.
…
-
```
> rhub::rhub_check(platforms = "gcc14")
```
yields (first shown):
```
gfortran -fpic -g -O2 -mtune=native -Wall -pedantic -c chidden.f -o chidden.o
chidden.f:176:72:
176 | + …
-
Dirac notation is:
1) convenient way to handle vectors in Hilbert vector spaces, as shown here:
http://theoretical-physics.net/dev/src/math/la.html
Mathematically there is no problem at all, we are…
-
### Description
This is a reposting of the triqs issue: TRIQS/triqs#917 showing that the memory usage building the DLR basis is linear in the inverse temperature $\beta$, preventing the use of DLR …
-
```python
>>> from numpy.polynomial import Polynomial as P
>>> p = P([1,1], domain=[0,1])
>>> p.linspace(2)
(array([ 0., 1.]), array([ 0., 2.]))
>>> p.linspace(2, domain=[0,1])
(array([ 0., 1…
-
Ideas go here...
izaid updated
9 years ago
-
@jagot suggested Condon–Shortley:
> If you choose Condon–Shortley (which is commonly used by physicists), you could employ https://github.com/Jutho/WignerSymbols.jl for exact angular integrals. Thi…
-
In the invited talk given by Zoran Tiganj, some data on time cells was presented, both in PFC and in hippocampus. Showed the "some neurons fire a given amount of time into the trial" phenomenon, and …
-
Started in #13104, turned into a tracking issue here.
Turning on -n in sphinx-build results in over 1000 warnings about bad references in docs. Trying to break these down with various grep statemen…