Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```