Package for N-body problem, and RC3BP
Project description
N-Body Python Class
Authors:
- Jacques Féjoz: fejoz@ceremade.dauphine.fr
- Maxime Chupin: chupin@ceremade.dauphine.fr
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nbodypy-0.2.tar.gz
.
File metadata
- Download URL: nbodypy-0.2.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66c289a760c57fd3e4e4a62e53016633972896f57157baeeb2a159f5b211cab5 |
|
MD5 | 424a4c14d34d29dd6da5b98f04daaada |
|
BLAKE2b-256 | 1ab92646de5aec4921e1f3a59426487a26b90e5b8d835aafd8367b46d049d5db |
Provenance
File details
Details for the file nbodypy-0.2-py3-none-any.whl
.
File metadata
- Download URL: nbodypy-0.2-py3-none-any.whl
- Upload date:
- Size: 29.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a5e130c8ff4d5b8cf2243b5ff298769d16e8c7f88462aaf1522dd045aecabbf |
|
MD5 | 747911b46054e393b2d3181affff079f |
|
BLAKE2b-256 | 96dd31c15c30e7520e965fa54d6f14b69f6b8abf4c0e104293255843d98943c6 |