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
%timeit Reflec_S, Trans_S = model_S.simulate(alpha)
10 loops, best of 3: 56.9 ms per loop
%timeit R_kin = xrr_model.simulate(alpha)
1000 loops, best of 3: 404 µs per loop
that SpecularReflectivity is clearly faster.
If the results are equal under all cases it should be clearly stated in the example script.
If there are differences under certain cases these should be shown in the example script.
The text was updated successfully, but these errors were encountered:
The transfer matrix method implemented in
DynamicalReflectivityModel
yields identical results toSpecularReflectivityModel
see the examples/simpack_xrr_matrixmethod.py script and the plot it generates
![image](https://user-images.githubusercontent.com/9802901/44990209-9ed96980-af90-11e8-80ae-c94bac53712e.png)
The benchmarking shows:
that SpecularReflectivity is clearly faster.
If the results are equal under all cases it should be clearly stated in the example script.
If there are differences under certain cases these should be shown in the example script.
The text was updated successfully, but these errors were encountered: