Skip to content
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
wants to merge 40 commits into
base: parallelize_scraping
Choose a base branch
from
Draft

[WIP] Bisection #1

wants to merge 40 commits into from

Commits on Nov 16, 2023

  1. CI: Unbreak macOS (ECP-WarpX#4427)

    Python: Use a fresh Virtualenv
    
    Brew Python is too broken/inconsistent in packages like
    `six`, `matplotlib`, `pandas` et al.
    ax3l authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    727429c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    01c55bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0b8871 View commit details
    Browse the repository at this point in the history
  3. Parallelize scraping (ECP-WarpX#4418)

    * 2 modifs
    
    * 1 modif
    EyaDammak authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5f0cfb4 View commit details
    Browse the repository at this point in the history
  4. Doc: Laser Pulse Manip. for LPI (ECP-WarpX#4414)

    * 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
    ax3l authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    169887a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dff2261 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    d0db41a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3089349 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. [pre-commit.ci] pre-commit autoupdate (ECP-WarpX#4433)

    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>
    pre-commit-ci[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    86d3ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f755e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Refinement patch parser (ECP-WarpX#4299)

    * 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
    RevathiJambunathan authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6ace718 View commit details
    Browse the repository at this point in the history
  2. Make the static variable "authors" of the WarpX class a private membe…

    …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
    lucafedeli88 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    245ab63 View commit details
    Browse the repository at this point in the history
  3. Add gaussian_parse_momentum_function (ECP-WarpX#4400)

    * 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
    dpgrote authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b719ee0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Make whitespace alignment more consistent (ECP-WarpX#4440)

    * Make sure code is aligned properly
    
    * Minor adjustments, mainly to method arguments
    
    * More corrections
    
    * More corrections
    
    * More corrections 2
    eebasso authored Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7da4b2b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    67d6000 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Set the particle fields directly to the constant external fields (ECP…

    …-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
    dpgrote authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f2c0e24 View commit details
    Browse the repository at this point in the history
  2. Clang tidy CI test: add almost all modernize-* checks (ECP-WarpX#4319)

    * 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
    lucafedeli88 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6628b41 View commit details
    Browse the repository at this point in the history
  3. Move AnyFFT.H and FFT wrappers into ablastr (ECP-WarpX#4005)

    * 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]>
    lucafedeli88 and ax3l authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5cf442f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bac67a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43fe665 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a454fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be5f813 View commit details
    Browse the repository at this point in the history
  8. not real change

    EyaDammak authored and RemiLehe committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    88c143a View commit details
    Browse the repository at this point in the history
  9. Fix compilation

    RemiLehe committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0246c9d View commit details
    Browse the repository at this point in the history
  10. Remove mutable

    RemiLehe committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a0e0b8b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. new folder for the test of calculation of the point of contact in the…

    … case of one particle and EB
    EyaDammak committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e445ed9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. make it quicker

    EyaDammak committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e7b5d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33719d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. make it quicker

    EyaDammak committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4712585 View commit details
    Browse the repository at this point in the history
  2. case in 3D

    EyaDammak committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4b11e52 View commit details
    Browse the repository at this point in the history
  3. deleating diags files

    EyaDammak committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c36f654 View commit details
    Browse the repository at this point in the history
  4. fix some issues

    EyaDammak committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    92ae43c View commit details
    Browse the repository at this point in the history
  5. EB as a sphere

    EyaDammak committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2f55c99 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. first draft of analysis

    EyaDammak committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    159ea8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1e962 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    8e2e3f5 View commit details
    Browse the repository at this point in the history
  2. some changes

    EyaDammak committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    a1050ec View commit details
    Browse the repository at this point in the history
  3. some changes

    EyaDammak committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b1c6db2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa815a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Update analysis.py

    EyaDammak authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cc2fdbe View commit details
    Browse the repository at this point in the history