Skip to main content

Software for calculations of particle's propagation through the electromagnetic fields and mediums in space.

Project description

GT simulation (GT) is software a package that is created for simulations of propagation of charged particles in electromagnetic fields. GT solves the relativistic equation of motion of a particle using Buneman-Boris scheme. That allows to recover the trajectory of a particle with high precision. Additionally, we take into account the energy losses of particles such as, radiation losses (synchrotron radiation), adiabatic losses (in the heliosphere), and the interactions with the medium. As a result of interaction with the medium secondary particles may be created, that are later simulated in GT.

The code is written in a flexible manner, and easily can be extended by inheriting from the abstract classes of each module. To enhance the speed of calculations numba just-in-time compiler is used to compile the main functions.

Installation

GT requires Python 3.10+. To avoid possible package conflicts, you can optionally create an isolated virtual environment using venv:

$ python -m venv gt_env
$ source gt_env/bin/activate

See the venv official documentation for details.

If you plan to use nuclear interaction modeling or secondary particle generation, install Geant4 and activate its environment variables:

$ source /path/to/geant4/bin/geant4.sh

⚠️ Important Geant4 Note: Due to specific memory allocation requirements, Geant4 must be built with BUILD_TLS_MODEL=global-dynamic option or used in single-threaded mode. See Geant4 Build Configuration for details.

Install the package with:

$ pip install gtsimulation

If you do not want to use Geant4, specify the build option during installation:

$ pip install --config-settings=cmake.define.BUILD_GEANT4_COMPONENTS=OFF gtsimulation

Alternatively, you can install the package from the source repository:

$ git clone --depth 1 https://github.com/agmayorov/GTsimulation.git
$ cd GTsimulation
$ pip install .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gtsimulation-0.1.2.tar.gz (41.0 MB view details)

Uploaded Source

File details

Details for the file gtsimulation-0.1.2.tar.gz.

File metadata

  • Download URL: gtsimulation-0.1.2.tar.gz
  • Upload date:
  • Size: 41.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for gtsimulation-0.1.2.tar.gz
Algorithm Hash digest
SHA256 13dc73bbcce1bdfea6e3a85340307da1573c8682985a44a7c8f3dacbc6ecb210
MD5 37f2c452144a37f296cf4d5c29a880be
BLAKE2b-256 94011f7b6082e9837308cac4adc5e30eeb77fe3b92a2ba4f1adf115da2123d59

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page