Syntax changes¶
A number of changes in the syntax have been brought in Smilei’s version 3.3. Most changes only affect keywords names.
In the namelist¶
Old |
New |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Particle boundary condition |
|
Particle boundary condition |
|
Particle boundary condition |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The |
|
|
|
The values of this argument have changed
|
In the post-processing module¶
Old |
New |
---|---|
from Smilei import * S = Smilei("my/simulation/path/") |
import happi S = happi.Open("my/simulation/path/") |
|
|
|
|
|
more complete |
average argument of Probe() used bins indices
|
now requires coordinates in code units |