Python package to build simple toy accelerators.
numpy
matplotlib
scipy
pip install pyaccelerator
It usualy a good idea to use a virtual environment. To create a virtual environment in the venv
folder (assuming python3):
python -m venv venv
To activate the virtual environment:
source venv/bin/activate
Proceed with the installation to install in the virtual environment.
To deactivate the virtual environment:
deactivate
See the notebooks
folder for some examples.