fbpic

Spectral, quasi-3D Particle-In-Cell code, for CPU and GPU (by fbpic)

Fbpic Alternatives

Similar projects and alternatives to fbpic

  1. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  2. PyO3

    158 fbpic VS PyO3

    Rust bindings for the Python interpreter

  3. Numba

    128 fbpic VS Numba

    NumPy aware dynamic Python compiler using LLVM

  4. codon

    39 fbpic VS codon

    A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support

  5. PyCall.jl

    28 fbpic VS PyCall.jl

    Package to call Python functions from the Julia language

  6. ideas4

    Discontinued An Additional 100 Ideas for Computing https://samsquire.github.io/ideas4/

  7. nodevectors

    Fastest network node embeddings in the west

  8. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  9. ndarray_comparison

    3 fbpic VS ndarray_comparison

    Benchmark of toy calculation on an n-dimensional array using python, numba, cython, pythran and rust

  10. qha

    1 fbpic VS qha

    A Python package for calculating thermodynamic properties under quasi-harmonic approximation, using data from ab-initio calculations

  11. rust-numpy

    10 fbpic VS rust-numpy

    PyO3-based Rust bindings of the NumPy C-API

  12. autograd

    6 fbpic VS autograd

    Efficiently computes derivatives of NumPy code.

  13. warpx

    2 fbpic VS warpx

    WarpX is an advanced electromagnetic & electrostatic Particle-In-Cell code.

  14. pure_numba_alias_sampling

    Pure numba version of Alias sampling algorithm from L. Devroye's, "Non-Uniform Random Random Variate Generation"

  15. simsopt

    2 fbpic VS simsopt

    Simons Stellarator Optimizer Code

  16. cij

    1 fbpic VS cij

    Semiemperical quasiharmonic thermal elasticity

  17. SPH_Taichi

    2 fbpic VS SPH_Taichi

    A high-performance implementation of SPH in Taichi.

  18. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better fbpic alternative or higher similarity.

fbpic discussion

Log in or Post with

fbpic reviews and mentions

Posts with mentions or reviews of fbpic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-27.
  • Numba: A High Performance Python Compiler
    11 projects | news.ycombinator.com | 27 Dec 2022
    When I wrote my bachelor thesis years back I worked on a particle-in-cell code [1] that makes heavy use of numba for GPU kernels. At the time it was the most convenient way to do that from python. I remember spending weeks to optimizing these kernels to eek out every last bit of performance I could (which interestingly enough did eventually involve using atomic operations and introducing a lot of variables[2] instead of using arrays everywhere to keep things in registers instead of slower caches).

    I remember the team being really responsive to feature requests back then and I had a lot of fun working with it. IIRC compared to using numpy we managed to get speedups of up to 60x for the most critical pieces of code.

    [1]: https://github.com/fbpic/fbpic

  • Faster Python calculations with Numba: 2 lines of code, 13× speed-up
    5 projects | news.ycombinator.com | 18 Feb 2022
    We used numba to accelerate the code and most importantly write GPU kernels for the heavy parts. I remember spending hours optimising my code to eek out the most performance possible (which eventually meant using atomics and manually unrolling many loops because somehow this was giving us the best performance) but honestly I was really happy that I didn't need to write cuda kernels in C and generally it was pretty easy to work with. I remember back then the documentation was sometimes a little rough around the edges but the numba team was incredibly helpful and responsive. Overall I had a great time.

    [0] https://github.com/fbpic/fbpic

Stats

Basic fbpic repo stats
2
194
5.8
11 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com