Dirk van den Bekerom
Dirk van den Bekerom
Collection of small issues that remain after v 0.12 (so not the big stuff) This is more of a mental note written down. So a regular note. - [x] Double...
**GPU Roadmap** @pkj-m, @erwanp, and others! Starting from version [0.9.26](https://github.com/radis/radis/releases/tag/0.9.26) RADIS has experimental GPU support as the result of a very succesful GSoC2020 project. In this roadmap I'll try to...
### 🎯 Todo **Note:** *the most recent GPU update had a bug in the determination of the Lorentzian envelopes [details below], producing erroneous equilibrium spectra when using GPU. This will...
### 🎯 Todo For the parsers in io.hitran, only groups 1-2 and classes 1, 4-6 are implemented. Notably, group 6 and class 3 are missing which are needed for linear...
### 🎯 Describe what you'd like With the new algorithm, there's an opportunity to make line-of-sight calculations considerably faster by integrating only the Lineshape Distribution Matrix (LDM), and not the...
### 🐛 Describe the bug By default, I have interactive plotting OFF in matplotlib (i.e. plt.ioff()) Radis seems to assume it is ON by default (i.e. plt.ion()) It would be...
Acrobat sometimes produces pdf's with xref-tables that can't be read by PyPDF4, the package that handles the PDF side of things. Looks like in this case the xref table itself...
Currently only keywords in the script are read. It would be good to have this control also in the command line.
### Description This pull request is to add Vulkan driver API. This adds support for all vendors (Nvidia/AMD/Intel/etc.) on all platforms (Windows/Linux/Mac). For current PR: - [x] Add vulkan_compute_lib.py for...