Skip to main content

Package for N-body problem, and RC3BP

Project description

N-Body Python Class

Authors:

Purpose

We are in development, and this is the beginning of the project! It is a beta version of the module.

The package provides tools for studying the N-body problem. It provides a sub package concerning the Restricted Circular Three Body Problem, with the computation of periodic orbit around Libration points and associated invariant manifolds.

Installation

pip

PYTHONPATH

PYTHONPATH sets the search path for importing python modules. So, a reasonable way to use nbodypy is to install it using the PYTHONPATH mechanism.

Suppose that we have a directory in which we want to put all the local python package or modules: /home/LOGIN/the/path.

You can export this directory to the environment variable PYTHONPATH (in your .bashrc for example) :

export PYTHONPATH=/home/LOGIN/the/path:$PYTHONPATH

Add the nbodypy directory

After doing that, you just have to add the nbodypy directory of the git repository (containing the python files) in the python directory:

/home/LOGIN/the/path/nbodypy

Documentation

You can find a (partial) documentation at :

https://www.ceremade.dauphine.fr/~chupin/nbodypydoc/

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses.

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

nbodypy-0.2.tar.gz (16.8 kB view hashes)

Uploaded Source

Built Distribution

nbodypy-0.2-py3-none-any.whl (29.6 kB view hashes)

Uploaded Python 3

Supported by

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