Skip to content

CMInject: A framework for particle injection trajectory simulations

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
LICENSE-GPLv3.md
Notifications You must be signed in to change notification settings

Saleh0694/cminject

 
 

Repository files navigation

CMInject: A framework for particle injection trajectory simulations

CMInject is a Python framework that can be used to define and run particle trajectory simulations for sample injection. It can run 1D, 2D, and 3D simulations based on the ODE describing Newton's equation of motion, given that all parts in a simulation setup allow this dimensionality.

It is meant to be used by different groups of people and match different needs, and so it is meant to be both:

  • a library that provides a generic way to define and run whole simulation setups, and
  • a collection of standard setups for immediate use.

The minimum required Python version to use it is 3.6.

CMInject is free software, see the licensing conditions for details.

Installation

This section contains a short quickstart-style installation guide. For detailed installation instructions and more, please have a look at the User Guide of the official documentation.

Installing CMInject:

Installation of CMInject proceeds through standard Python procedures, i.e., in the code directory run

python setup.py install

A user (non-admin) installation can be performed through

python setup.py install --user

If you plan on developing CMInject you should use

python setup.py develop [--user]

Documentation

The documentation is available on readthedocs. It can also be generated from this repository by running

python setup.py build_sphinx

The generated HTML documentation can then be viewed by opening ./build/sphinx/html/index.html in a browser.

About

CMInject: A framework for particle injection trajectory simulations

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-3.0
LICENSE-GPLv3.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%