Skip to content

Commit

Permalink
fix: Correct array-oriented Pythia Python interface proposal path (#2373
Browse files Browse the repository at this point in the history
)

* Paths need to start from '/'.
  • Loading branch information
matthewfeickert authored Aug 22, 2024
1 parent edef559 commit 0e6dcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/fellows/2022/HavryliukAY.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ projects:
Pythia is a cornerstone C++ package used in particle physics for simulating high-energy collisions. Although Pythia's current Python interface is excellent for prototyping due to its comprehensive feature set, including bi-directional bindings, it becomes inefficient when analyzing large datasets because of its one-event-at-a-time approach. This project aims to develop an array-oriented Python interface for Pythia, leveraging the Awkward Array library to enhance performance and usability, particularly in interactive environments like Jupyter notebooks. By focusing on a streamlined feature set optimized for speed, this new interface will facilitate more efficient data handling, enabling the usage of Pythia through the Python interface for large-scale production-level simulation.
mentors:
- Jim Pivarski, Philip James Ilten
proposal: assets/pdf/fellows-2024/UKR016-proposal-Artem-Havryliuk.pdf
proposal: /assets/pdf/fellows-2024/UKR016-proposal-Artem-Havryliuk.pdf



Expand Down

0 comments on commit 0e6dcae

Please sign in to comment.