trapping/README.md

1.2 KiB

DOI

Trapping simulation

The code for trapping simulation in the Troitsk nu-mass experiment.

Some design details are discussed in the Youtube video.

Authors

Structure

Dependencies

The simulation geometry relies on Commons math library.

Intermediate pictures created with Plotly.kt.

Building executable

  1. Create a fat jar distribution:
./gradlew shadowJar

The output file is located in build/libs/trapping-1.1.0-all.jar

  1. Run cross-sections computations
java -cp trapping-1.1.0-all.jar ru.inr.mass.trapping.CrosssectionsKt
  1. Run simulation:
./gradlew run