lwang-astro / PeTar

PeTar is a high-performance N-body code for modelling the evolution of star clusters and tidal streams, including the effect of galactic potential, dynamics of binary and hierarchical system, single and binary stellar evolution.
MIT License
71 stars 19 forks source link

Too many columns when loading group file #23

Closed JoRdAnB421 closed 2 years ago

JoRdAnB421 commented 2 years ago

Hi,

When I try to read the data.group.n2 file I get a warning that there are too many columns in the data file for how many the class was initialized with.

image

I have been trying to work out how to initialize the class properly with help() however there doesn't seem to be any other parameters that can be put into the class?

JoRdAnB421 commented 2 years ago

I have worked out what happened, I didn't know that simple_mode=False was an option when defining petar.GroupInfo().