ColwynGulliford / lume-gpt

Apache License 2.0
3 stars 4 forks source link

lume-gpt

Python wrapper for GPT (General Particle Tracer) for use in LUME. Using this package requires the user to properly obtain their own copy of GPT with a valid GPT license. Please see:

GPT website

Installing lume-gpt

Installing lume-gpt from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, lume-gpt can be installed with:

conda install lume-gpt

It is possible to list all of the versions of lume-gpt available on your platform with:


conda search lume-gpt --channel conda-forge