Python package to build simple toy accelerators.
numpymatplotlibscipy
pip install pyacceleratorIt usualy a good idea to use a virtual environment. To create a virtual environment in the venv folder (assuming python3):
python -m venv venvTo activate the virtual environment:
source venv/bin/activateProceed with the installation to install in the virtual environment.
To deactivate the virtual environment:
deactivateSee the notebooks folder for some examples.