Python utilities for the Monte Carlo Particle accelerator code BDSIM.
Homepage Repository PyPI Python
pip install pybdsim==3.2.0
#pybdsim#
A python package containing both utilities for preparing and analysing BDSIM input and output as well as controlling BDSIM.
L. Nevay A. Abramov S. Boogert W. Shields J. Snuverink S. Walker
From within the pybdsim root directory:
$ make install
or for development:
$ make develop
#!python
$>python
$>>> import pybdsim
$>>> a = pybdsim.Data.Load("run1_output.txt")
$>>> import matplotlib.pyplot as plt
$>>> plt.hist(a.Xp())