ColRadPy
ColRadPy copied to clipboard
Collisional-radiative python solver
This adds the capability to track the time evolution of the temperature of a species during the course of an ionization balance. It runs the ionization balance as normal, and...
This switches the interpolation of adf11 rates from linear to cubic (the interpolation is still done in logarithmic space). For adf11 rates this appears to give better results. See comparison...
I encountered the same issue with steady-state ionization balances as previously reported. The bug is caused by a deprecation of using non-tuple sequences for multidimensional indexing in numpy. I fixed...
### 0) What's New - Function under `colradpy.convolve_EEDF.py` to convolute given cross-section data (units [cm2]) with an electron energy distribution function (EEDF, units [1/eV]) to generate rate coefficients (units [cm3/s])....
Fixed read_adf11.py to have more robust pathing and a bit better optimization
I installed with pip install git+https://github.com/johnson-c/ColRadPy.git#egg=colradpy. The following code seems to cause problems as I don't have git installed: #get the path of the hash so people can track versions,...
I was running ss_ion_bal_adf11.py and got the following error: ``` Traceback (most recent call last): File ~/anaconda3/lib/python3.11/site-packages/spyder_kernels/py3compat.py:356 in compat_exec exec(code, globals, locals) File ~/Documents/au physics/colradpy/examples/ss_ion_bal_adf11.py:35 ion.solve_time_independent()#solve the ionization balance matrix...
While attempting to run the ss_ion_ball_adf11.py example, I kept getting errors saying the computer was attempting to establish a rank 4 tensor that would take 3-8 GB to allocate. Parsing...
As you say adf04 isn't a special file type so I propose adding an option to use FAC atomic data in ColRadPy FAC promises it can do everything. In particular,...
Hey Curt, I noticed in how ColRadPy calculates PECs, i.e. when I use `colradpy.write_pecs_adf15()`, that the code only recognizes excitation of ion with charge Z, recombination from ion with charge...