Advanced Computing Platform for Theoretical Physics

README.md 390 Bytes
Newer Older
Chen Xia's avatar
Chen Xia committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Galpropy

Python wrapper for [GALPROPCC](https://code.itp.ac.cn/ycding/galpropcc), a
modified [GALPROP](https://galprop.stanford.edu) with redesigned C++ interface.
The seamless experience in Python comes from the powerful
[pybind11](https://github.com/pybind/pybind11).

# Installation

Install GALPROPCC and its dependencies first and then install with pip

```bash
$ pip install .
```