-
The proposal is to template out the coefficient storage
```Julia
struct Fun{S,T,V}
space::S
coefficients::V
end
```
this will allow, for example, `Fun{Chebyshev,Float64,GPUArray{Float64}}`. Al…
-
Currently the SAD guess is read from 2 files:
- The basis set file in DALTON format (I believe) in `O.bas`
- The atomic density in `O.dens`
The two can be unified into a single JSON file `O.json` t…
-
Do one or both of the following:
- Run w/o inequality constraints
- find the analytical solution (v = Fe/2/Ri)
From these, you can do one or both of the following:
- set `x0`
- set scalin…
-
### Issue type
Muse Sounds bug
### Bug description
_No response_
### Steps to reproduce
1. create a new project with a flute part
2. use muse sounds
3. write the same note twice
4. apply the …
-
This is a Windows debug build of version 1.9.0 using the dynamic libraries. I have attached a .zip archive containing the .obj file I used. It has 500 vertices and 983 triangles.
To reproduce (from…
-
Hello,
I am having trouble achieving stable balance of the robot xArm lite6 in a given position. I have attached a camera to the TCP with a weight lower than the specified payload. I would need the…
-
Is elmer supposed to compile natively for M1 M2 M3 macs? I did not get it working. I switched to rosetta environment for compilation.
This is what worked:
arch -x86_64 /usr/bin/env bash --login
…
-
What other models do we want to support? ANI is done and SchNet is nearing completion. What are the next top priorities?
-
Two "new" methods have been recently published that are supposedly superior to notch filtering for power line noise removal.
- spectrum interpolation, implemented in [fieldtrip](https://github.com…
-
[mathieu_a](https://github.com/scipy/scipy/blob/master/scipy/special/specfun/specfun.f#L1616) apparently reports incorrect results for some values of `q`.
```
>>> mathieu_a([0,1,2,3,4,5,6,7,8], 84/4.…