danielver02 / ALPS

The Arbitrary Linear Plasma Solver
https://danielver02.github.io/ALPS/
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

Added cold-plasma capability to code #174

Closed danielver02 closed 9 months ago

danielver02 commented 9 months ago

The code can now also calculate susceptibilities from cold-plasma theory. This is a new capability imported from NHDS. use_bM has to be set to TRUE and then bM_betas to 0.d0 to activate this feature.

Changes to the documentation and the test suite also account for these changes.