Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 711 Bytes

File metadata and controls

18 lines (15 loc) · 711 Bytes

GasMix

This repository holds the gas functions, gas cross sections, gas objects, and gas mixing functions used by both PyBoltz and PyGrad**.

** PyGradd is not built yet.

Setting up and running instructions.

There is two methods to do so. In both of them you will need python3+, cython, and numpy installed. Tested and works with Python 3.10.9 and Cython 3.0.8 , and Numpy 1.24.2

First method.

Simply install the module by using pip through the following command. Note: this method needs a new version of PIP.

sudo pip3 install --upgrade  git+https://github.com/UTA-REST/PyGasMix --user

Second method.

Clone this repository. Then run the following command.

$ source setup.sh