<p>This version improves several features related to creation and continuous injection of particles.</p> <p>New features:</p> <ul> <li>New species can now be created with the new method <code>add_new_species</code> of the <code>Simulation</code> object. (See <a href="https://github.com/fbpic/fbpic/pull/228">228</a>) This is particularly useful for simulations involving ionization. (See <a href="https://github.com/fbpic/fbpic/pull/231">231</a>)</li> <li>Macroparticles with zero weight will not be created anymore. This saves time and memory when running simulations where the plasma <code>dens_func</code> is 0 over long distances (<a ...