forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Bisection #1
Draft
EyaDammak
wants to merge
40
commits into
parallelize_scraping
Choose a base branch
from
bisection
base: parallelize_scraping
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python: Use a fresh Virtualenv Brew Python is too broken/inconsistent in packages like `six`, `matplotlib`, `pandas` et al.
* 2 modifs * 1 modif
* Doc: Laser Pulse Manip. for LPI Add commonly used acronyms for laser pulse manipulation and instability mitigation in laser-plasma interaction physics. * Update glossary.rst
updates: - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* parser to define ref patches * fix def for 1D and add RZ * fix 1D Z def * remove function def for fine_taglo/hi * fix warning and error strig * fix warning message
…r of the WarpX class (ECP-WarpX#4404) * make authors a private variable of the WarpX class instead of a public static variable * update docstring
* Add gaussian_parse_momentum_function * Update initial_distribution benchmarks * Remove blank line at end of initial_distribution.json * Update doc * Minor clean up in the CI test * Further clean up of the doc * Add new option to PICMI * Add documentation for option in PICMI
* Make sure code is aligned properly * Minor adjustments, mainly to method arguments * More corrections * More corrections * More corrections 2
…-WarpX#4339) * Set the particle fields directly to the constant external fields * Change "get" to "query" for the external fields * Fix PairGenerationTransformFunc * More fixes * Yet more fixes for QED * Make temporary a const * Broke vector into separate reals * Fix ColliderRelevant.cpp * Fix ParticleExtrema * Updated comment regarding static * Clean up for clang-tidy
* Clang-tidy CI test: add almost all modernize-* checks * address issues found with clang-tidy * address issues found with clang-tidy * fix bug * fixed bug * fix bugs * address issue found with clang-tidy * fix residual issues found with clang-tidy * fix issue related to modernize-use-default-member-init check * address issues found with clang-tidy * fix issues found with clang-tidy
* move AnyFFT.H into ablastr * place anyfft under ablastr/math/fft * add logic to enable fft in ablastr via flag ABLASTR_USE_FFT * ABLASTR FFT: Build System Update Co-authored-by: Axel Huebl <[email protected]>
… case of one particle and EB
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.