pyaccelerator

Tests Documentation Status pypi

Python package to build simple toy accelerators.

Dependencies:

  • numpy

  • matplotlib

  • scipy

Installation:

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

Indices and tables