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
Copy file name to clipboardExpand all lines: Changelog.rst
+24-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ New features
14
14
* PhotonBeamParameters to parametrize photon beams.
15
15
16
16
* XCSITPhotonDetector and XCSITPhotonDetectorParameters for 2D pixel detector simulation. Requires Geant4 and XCSIT being installed, these are not part of the external libraries shipped with simex_platform (partly due to licensing issues). Disabled in the build system by default.
17
-
Va
17
+
18
18
* PlasmaXRTSCalculator reads propagated wavefront data to synthesize scattering spectrum with instrumental broadening.
19
19
20
20
* XFELPhotonAnalysis for diagnostics of wavefront data stored in native FAST/WPG wavefront format. OpenPMD currently not supported. bin/prop_diagnostics.py added as CLI.
@@ -32,40 +32,63 @@ Va
32
32
* Conversion from PIC openPMD to simplex FEL code input.
33
33
34
34
* Adding ocelot electron beam simulation framework and FEL code to external libraries.
35
+
35
36
* Various tools to steer Esther radiation-hydrodynamics simulations and experiment design.
37
+
36
38
* Converter for Shadow3 raytracing beams into OpenPMD particle-mesh data. To be used as python script in Oasys.
37
39
38
40
Bug fixes and enhancements
39
41
""""""""""""""""""""""""""
40
42
* Removed random rotation in XMDYNDemoPhotonMatterInteractor since done in SingFELPhotonDiffractor
43
+
41
44
* Improve MPI parallelization in EMCOrientation
45
+
42
46
* Make use of units more consistent in PlasmaXRTSCalculator
47
+
43
48
* Replaced singfel by pysingfel (reimplementation in python, less dependencies on fat libraries like boost, armadillo).
49
+
44
50
* Exposing most Calculators, Parameters, Utilities, and Analysis objects in SimEx top level module. (>>> from SimEx import SingFELPhotonDiffractor).
51
+
45
52
* Azimuthal integration of diffraction patterns uses pyFAI.
53
+
46
54
* Fixing pdb parser to parse large (>100000 atoms) pdbs.
55
+
47
56
* WPG uses threaded version (openmp) of SRW.
57
+
48
58
* Ability to process time-independent wavefront data (one slice in frequency space).
59
+
49
60
* PhotonDiffractors write one single hdf5 file which links to individual patterns.
61
+
50
62
* Using xraydb (github/scikit-beam/xraydb) for x-ray material properties and atomic levels.
63
+
51
64
* Automated collection of system variables to setup MPI parameters for parallel backengine execution.
65
+
52
66
* Various bugs in XMDYNDemoPhotonMatterInteractor
67
+
53
68
* EMCOrientation: Parallel improvements to create backengine input data photons.dat
69
+
54
70
* Fixing EMC for new diffr data format.
71
+
55
72
* Adding parameters cpus_per_task and forced_mpi_command and default handling.
73
+
56
74
* Adding parallel backengines for high performance backengine execution.
57
75
58
76
59
77
Documentation
60
78
"""""""""""""
61
79
* SimEx single-particle imaging tutorial moved to wiki (github.com/eucall-software/simex_platform/wiki
80
+
62
81
* New tutorial for usage of Esther rad-hydro simulations
82
+
63
83
* Demonstration of new diagnostics tools for wavefront and diffraction data.
64
84
65
85
66
86
Build system and deployment
67
87
"""""""""""""""""""""""""""
68
88
* Various improvements in docker image generation and usage.
0 commit comments