You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TOML input file support: Emout now transparently loads plasma.toml (V1 flat arrays and V2 structured [[species]] format) alongside the traditional plasma.inp. When both files exist, plasma.toml takes priority.
data.toml property: Direct access to TOML-native structures (e.g. data.toml.species[0].wp for V2 format). Returns None when loaded from plasma.inp.
data.inp backward compatibility: All existing access patterns (inp.nx, inp['tmgrid']['nx'], inp.tmgrid.nx) work identically regardless of source format.
Bug fixes
Fix emout.data submodule not being exported at package level
Fix density name pattern nd[1-9]p to support multi-digit species numbers (nd12p, etc.)