Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmikhasenko/reactionamplitudeexamples.jl
A collection of simple examples to plot/calculate with julia.
https://github.com/mmikhasenko/reactionamplitudeexamples.jl
examples julia-language
Last synced: about 12 hours ago
JSON representation
A collection of simple examples to plot/calculate with julia.
- Host: GitHub
- URL: https://github.com/mmikhasenko/reactionamplitudeexamples.jl
- Owner: mmikhasenko
- Created: 2018-02-16T12:00:32.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:44:47.000Z (8 months ago)
- Last Synced: 2024-06-06T08:56:10.099Z (8 months ago)
- Topics: examples, julia-language
- Language: Jupyter Notebook
- Homepage: https://mmikhasenko.github.io/ReactionAmplitudeExamples.jl/
- Size: 4.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples
Unordered collection of julia scripts and notebooks related to particle physics, reaction theory, statistics, and data analysis.
Pluto notebooks are run in CI and available from the [Git Pages](https://mmikhasenko.github.io/ReactionAmplitudeExamples.jl/).
## How to run scripts
- Download and install [julia](https://julialang.org/)
- Run the scripts/notebooks either in terminal, or interactively in [VS code](https://code.visualstudio.com/) or browser for the notebooks.### Pluto notebooks
```julia
# open julia terminal
using Pluto
Pluto.run() # a new tab will open in the browser
# navigate to notebook file N-XXX-Cool_stuff.jl
```