-
Hi I have Ubuntu 22 and I tried to install your code but unfortunately I could not. I got the following error.
note: This error originates from a subprocess, and is likely not a problem with…
-
Noticed that check_crtm.F90 is crashing in v3, when it reaches the point in CRTM_Forward checking if the option Apply_NLTE_Correction is true. Somewhere in the code, the Opt% structure is being corr…
-
I am experiencing the following issue when trying to run a Flowgraph in GNU Radio with a QT GUI Frequency Sink.
Why is this happening?
The used operating System is Windows 11, Build 10.0.22621.674
…
-
Decoder中Frequency Enhanced Attention根据目标序列(zero-padded)和输入序列在不同频率上的振幅和相位的相似度来aggregate输入序列不同频率上的振幅和相位到目标序列的每一个频率。请问对不同频率计算振幅和相位的相似度的意义是什么呢?如果理解有误请指正。
-
In addition to the Biot-Savart law solver proposed in #99, we should have a way of calculating the magnetic fields resulting from simple current-carrying wire setups. This would include the magnetic …
-
The current implementation of `gen_legendre_P` is not accurate. No distinction between Ferrers functions and Legendre functions has been made and some special cases are not correctly implemented. Th…
-
A method for Gauss-Legendre integration of fast-callable
polynomials was added in #23140.
It lives in `src/sage/numerical/gauss_legendre.pyx`.
This ticket is to make it appear in the documentation…
-
Hi all,
This one will please @LouisDesdoigts! I'm going to do this today/tomorrow since while optimising the code I was just working with functions. This will make it much easier for me to integrate …
-
While installation i have seen this errors..
Is there something wrong?
```
/home/rousan/Coding/Fortran/Darkmatter/EXCEED-DM/EXCEED-DMv1.1.0/src/external/special_functions.f90:21388:16:
21386 | …
-
In `sage.numerical.gauss_legendre`, `nodes(3,prec)` returns a list of length 2, which should instead be length 3. This is due to a typo in the code.
CC: @nbruin
Component: **numerical**
Author:…