Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace RNG in DPD, thermalized bond by Philox #2683

Closed
RudolfWeeber opened this issue Apr 9, 2019 · 5 comments
Closed

Replace RNG in DPD, thermalized bond by Philox #2683

RudolfWeeber opened this issue Apr 9, 2019 · 5 comments
Assignees
Milestone

Comments

@RudolfWeeber
Copy link
Contributor

No description provided.

@fweik
Copy link
Contributor

fweik commented Apr 9, 2019

@KonradBreitsprecher is iirc working on that.

@KonradBreitsprecher
Copy link
Contributor

Confirmed

@KaiSzuttor
Copy link
Member

@KonradBreitsprecher are you also working on thermalized bond with philox?

@KonradBreitsprecher
Copy link
Contributor

Yes that's almost done.

bors bot added a commit that referenced this issue Aug 22, 2019
3070: Thermalized bond philox r=jngrad a=KonradBreitsprecher

Fixes the TB part of #2683 

- Common philox counter for all thermalized bonds. Decorrelation via the bond partner IDs (not taking into account the bond ID). This was much easier to implement and is valid, as two (different) thermalized bonds on the same particle pair makes no sense.

3080: testsuite: add test for is_valid_type. r=jngrad a=KaiSzuttor

Currently it is possible to give ```nan``` as values to the particle properties because in python a ```nan``` is of type ```float```. This PR adds a check for ```None```, ```inf``` and ```nan``` to the ```is_valid_type``` and tests for the correct behavior.

3096: Core: Correct maximum permissible skin in tune_skin() r=jngrad a=RudolfWeeber

Fixes #2924 
Fix according to the discussion in #2924 




Co-authored-by: KonradBreitsprecher <[email protected]>
Co-authored-by: Konrad Breitsprecher <[email protected]>
Co-authored-by: Konrad Breitsprecher <[email protected]>
Co-authored-by: Jean-Noël Grad <[email protected]>
Co-authored-by: Kai Szuttor <[email protected]>
Co-authored-by: Kai Szuttor <[email protected]>
Co-authored-by: Rudolf Weeber <[email protected]>
@jngrad
Copy link
Member

jngrad commented Aug 22, 2019

Done.

@jngrad jngrad closed this as completed Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants