-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
π Describe the bug
from radis import calc_spectrum
s_NOp = calc_spectrum(
wavenum_min=2380,
wavenum_max=2400,
mole_fraction={'NO+':1},
isotope=1,
Tgas=2000,
pressure=1,
)
Does not produce an NO+ spectrum because the name NO is converted to NO_II. Probably a feature coded when we added the atomic databases.
π‘ Possible solutions
Prevent this conversion with molecules
π² Radis version
0.16.3
π» Operating system
Windows
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working