Peter Teuben

Results 152 comments of Peter Teuben

the full list includes **snapcmp**, **quadforce**, **snapmstat**

The proper protype should be: ``` local int cmpreal(const void *ap, const void *bp) { real *a = (real *) ap; real *b = (real *) bp; return (*a <...

It appears the default compilation with -g -O2 was doing the trick. With -O3 most (if not all) the differences in performance with potcode and orbint has gone away.

there's no need to make a new PR or a new branch, you can keep committing to the branch (e.g. this one) and eventually the PR is ready for the...

For me it's still between Sverre and Peter.... so we need another reference where Peter published this perhaps? Not knowing how many have used this IMF in nbody4, another option...

my version of nbody4 (which is from Sverre's website) counts to KZ(40). I also just noted sverre was using `ZM = 0.3D0*XX/(1.D0 - XX)**0.55`, note the power 0.55, whereas 0.5...

so probing the community again, i still am unclear if I should Eggleton's book or Aarseth's code. Given I don't have access to E's book, I'm leaving this open.

Expanding on savchenkoyana's plot, here's a comparison of the three. This IMF is of course a whole cottage industry. But the plot suggests that although they all agree at the...

oh darn, the issue in NEMO was amended later with a screenshot of that formulae. So you both agree, no more confusion. We'll fix up Sverre's code in a backward...

yes, agreed. focus on brew. My anaconda3 workflow is a mixed bag. In one instance of my (amuse) experiment I now have a broken numpy2 causing havoc. TBD.