SkillAgentSearch skills...

M2mcluster

A code for made to measure modelling of star clusters

Install / Use

/learn @webbjj/M2mcluster
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

m2mcluster

A python packaged for made to measure modelling of star clusters. Please cite Webb, Hunt, and Bovy 2022 if you use this package for your work.

Installation

To install m2mcluster from GitHub, clone the repository and install via setup tools:

git clone https://github.com/webbjj/m2mcluster.git cd m2mcluster python setup.py install

Please note that if you don’t have permission to write files to the default install location (often /usr/local/lib), you will either need to run:

sudo python setup.py install

or

python setup.py install --prefix='PATH'

where ‘PATH’ is a directory that you do have permission to write in and is in your PYTHONPATH.

Requirements

m2mcluster requires the following python packages:amuse-framework, galpy, matplotlib, numpy

Examples

The examples directory contains a generic script that highlights how m2mcluster is used and shows all the relevant input parameters. There are also two examples taken from Webb, Hunt, and Bovy 2022.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Oct 23, 2024

No findings