We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069fea5 commit 9b2db31Copy full SHA for 9b2db31
examples/multi_stage/analysis_script.py
@@ -17,6 +17,7 @@ def get_emittance(ts, t):
17
xu = np.average(x * ux, weights=w)
18
return np.sqrt(x2 * u2 - xu**2)
19
20
+
21
def analyze_simulation(simulation_directory, output_params):
22
"""Analyze the output of the WarpX simulation.
23
0 commit comments