laser
Here are 312 public repositories matching this topic...
-
Updated
May 27, 2022 - Python
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Apr 19, 2022 - GDScript
-
Updated
May 28, 2022 - C#
-
Updated
Apr 16, 2022 - Python
-
Updated
Dec 25, 2020 - C++
-
Updated
Feb 22, 2021 - C
Need for a reduced diagnostics addition: general 2D particle histogram (think: "np.histogram2d").
- Applications: phase space, energy-emittance plots, etc.
- Would be useful for WarpX, ImpactX, and HiPACE++
- Size: fit into local GPU memory, e.g., default 1024^2
- 3 parser functions: axis1, axis2, filter
- All three into the kernel
- No RNG needed
- Can be loosely on the exiting red
The boosted-frame example script (in the documentation) uses the direct laser injection.
However, when modifying parameters, users can easily be in a situation where the laser does not fit in the box.
For this reason, it might be better to use the laser antenna in the default example.
-
Updated
Jul 27, 2017 - JavaScript
-
Updated
Jun 1, 2022 - Python
-
Updated
May 20, 2022 - C
-
Updated
Sep 7, 2018 - Makefile
Currently, we are having readthedocs.org build the documentation for each PR and, if there are any warnings, the build fails immediately. This is a good thing, because it ensures that every PR is generating good documentation, including running the examples.
As discussed in #271, it would be nice to be able to see all of the warnings for the doc build instead of failing on the first one. B
-
Updated
Jul 21, 2018 - C++
-
Updated
May 26, 2022 - Python
-
Updated
May 12, 2021 - JavaScript
From @demisjohn on February 28, 2018 8:23
Will try Python 3.5 first since I have that installed.
Copied from original issue: demisjohn/CAMFR#4
-
Updated
Sep 30, 2021 - MATLAB
-
Updated
May 10, 2020 - C
Improve this page
Add a description, image, and links to the laser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the laser topic, visit your repo's landing page and select "manage topics."
Hi,
one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.
It's very easy to implement as well