Skip to content
This repository was archived by the owner on Jun 25, 2021. It is now read-only.

Commit 5f510dc

Browse files
authoredAug 23, 2016
Update README.rst
1 parent c2c1128 commit 5f510dc

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎README.rst

+10-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ Description
44
This repo contains 2LPT IC generation code from Roman Scoccimarro.
55
Original code can be found `here <http://cosmo.nyu.edu/roman/2LPT/>`__
66

7-
The code has been updated with lots of checks about INT overflow and
8-
64 bit IDs. Dependency on Numerical Recipes in C has been replaced
9-
with ``gsl``. This code can accept P(k) generated by
10-
`CAMB <http://camb.info/>`__.
7+
Improvements
8+
============
9+
10+
1. The code has been updated with lots of checks about INT overflow and 64 bit ID overflows.
11+
2. Dependency on Numerical Recipes in C has been replaced with ``gsl``
12+
3. This code can accept P(k) generated by `CAMB <http://camb.info/>`__ (contribution from Greg Poole)
13+
4. Can generate consistent particle IDs across simulations of different resolutions (contribution from Greg Poole)
14+
15+
**Note** this version produces a header compatible with standard public Gadget2. In particular,
16+
the number of particles in excess of INT_MAX (~2e9) is stored in ``npartTotalHighWord`` in the header, rather than npartTotal[2].
1117

1218
Installation
1319
============

0 commit comments

Comments
 (0)
This repository has been archived.