@@ -9,14 +9,16 @@ get the latest version of Smilei on `GitHub <https://github.com/SmileiPIC/Smilei
99Upcoming changes
1010^^^^^^^^^^^^^^^^
1111
12- * Interface with the PICSAR library (currently experimental)
13- * Particle merging (beta version)
14- * Additional prescribed fields that only contribute to pushing particles
15- * More control over the moving window movement
16- * More control over the regular position initialization in Cartesian geometries
17- * AMcylindrical now supports almost all features of the code (Poisson solver and scalar diags still missing)
18- * Bugfix: particle binning was not following the moving window
19- * Bugfix: gaussian profile with order 0 was incorrect
12+ * Already available, but experimental:
13+
14+ * Particle merging
15+ * Nuclear reactions
16+ * Interface with the PICSAR library for AM spectral solver
17+
18+ * In the future:
19+
20+ * Single Domain Multiple Decomposition
21+ * Additional prescribed fields that only contribute to pushing particles
2022
2123----
2224
@@ -30,27 +32,51 @@ The latest version tarball can be donwloaded here:
3032**Download **: `Smilei latest <_downloads/Smilei.tar.gz >`_
3133
3234
35+ ----
36+
37+ Release 4.3
38+ ^^^^^^^^^^^^^^^^^^^^^
39+
40+ **Download **: `Smilei v4.3 <_downloads/smilei-v4.3.tar.gz >`_
41+
42+
43+ * ``AMcylindrical `` : envelope, ionization, additional diagnotics,
44+ number of ppc per direction, binomial current filter, poisson solver,
45+ non-separable laser initialization per mode, improved diag field nomenclature
46+ * Particle injector
47+ * More control over the moving window movement
48+ * More control over the regular position initialization in Cartesian geometries
49+ * Bugfixes:
50+
51+ * ionization of frozen species
52+ * particle binning was not following the moving window
53+ * gaussian profile with order 0 was incorrect
54+ * tracked particles post-processing was incorrect above 20M particles
55+ * better management of particle binning in collisions
56+ * Intel 19 optimizations
57+
58+
3359----
3460
3561Release 4.2
3662^^^^^^^^^^^^^^^^^^^^^
3763
3864**Download **: `Smilei v4.2 <_downloads/smilei-v4.2.tar.gz >`_
3965
40-
66+ * `` AMcylindrical `` geometry with azimuthal Fourier decomposition (beta version)
4167* Different convention for circular polarization amplitude
42- * Binomial filter in Cartesian 3D bug fix in parallel implementation
4368* 1D and 2D laser envelope model
44- * Cylindrical geometry with azimuthal Fourier decomposition (beta version)
4569* Compatibility between various ionization and QED models
4670* Bugfixes:
47- * Various crashes linked to vectorization
48- * `LaserGaussian2D ` when focused far from boundary
49- * Laser :py:data: `a0 ` normalization to :py:data: `omega `
50- * Frozen particles are now properly ionized
51- * Position initialization over another species with moving window
52- * Tracked particles output was missing the mass factor for momenta
53- * Breit-Wheeler pair production with fine grain sorted particles
71+
72+ * Binomial filter in Cartesian 3D parallel implementation
73+ * Various crashes linked to vectorization
74+ * ``LaserGaussian2D `` when focused far from boundary
75+ * Laser :py:data: `a0 ` normalization to :py:data: `omega `
76+ * Frozen particles are now properly ionized
77+ * Position initialization over another species with moving window
78+ * Tracked particles output was missing the mass factor for momenta
79+ * Breit-Wheeler pair production with fine grain sorted particles
5480
5581
5682----
@@ -67,11 +93,13 @@ Release 4.1
6793 * collisions (badly affected by vectorization)
6894 * adaptive vectorization with dynamic load balancing
6995 * memory leak in the laser envelope model
70-
71- * Disable usage of `-ipo ` to compile on supercomputers despite of saving time simulation
96+
97+ * Disable usage of `-ipo ` to compile on supercomputers
98+ despite of saving time simulation
7299
73100 * it needs too many resources (time and memory) to link
74- * it is recommended to do some tests on a new supercomputer without and then to re-establish it
101+ * it is recommended to do some tests on a new supercomputer
102+ without and then to re-establish it
75103
76104.. warning ::
77105
@@ -102,7 +130,8 @@ Release 3.5
102130**Download **: `Smilei v3.5 <_downloads/smilei-v3.5.tar.gz >`_
103131
104132* :doc: `Laser defined in tilted plane<laser_offset> `
105- * Bugfixes: Field diagnostic subgrid, Scalar diagnostic PoyInst, MPI tags for large number of patches
133+ * Bugfixes: Field diagnostic subgrid, Scalar diagnostic PoyInst,
134+ MPI tags for large number of patches
106135
107136----
108137
@@ -143,7 +172,8 @@ Release 3.3
143172* QED radiation reaction
144173* Monte-Carlo QED photon emission
145174* *Test mode * to quickly check the namelist consistency
146- * *ParticleBinning * and *Screen * diagnostics accept a python function as their ``deposited_quantity `` and ``axis ``.
175+ * *ParticleBinning * and *Screen * diagnostics accept a python function as their
176+ ``deposited_quantity `` and ``axis ``.
147177* Bugfixes: 4th order, field ionization
148178
149179----
@@ -156,7 +186,8 @@ Release 3.2
156186* New pushers (Vay's and Higuera-Cary's)
157187* *Numpy * used for filtering track particles
158188* Fourth order in 3D
159- * Add some missing 3D features: external fields management, boundary conditions and non-neutral plasma initialization
189+ * Add some missing 3D features: external fields management, boundary conditions
190+ and non-neutral plasma initialization
160191* OpenMP support in moving window
161192* Tracked particles post-processing improved for large files
162193* Bugfixes: energy computation in 3D or with moving window, random number seed
0 commit comments