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

Fix random number generation by removing legacy random number generation #78

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

marcelmbn
Copy link
Member

  • Replace all np.random.randint(... statements with numatoms_all = rng.integers(... based on initialization of a default random number generator from numpy: np.random.default_rng().

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
@marcelmbn marcelmbn added the bug Something isn't working label Nov 13, 2024
@marcelmbn marcelmbn added this to the v1.0.0 milestone Nov 13, 2024
@marcelmbn marcelmbn self-assigned this Nov 13, 2024
@marcelmbn marcelmbn linked an issue Nov 13, 2024 that may be closed by this pull request
Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
@marcelmbn marcelmbn merged commit 4047a38 into grimme-lab:main Nov 14, 2024
10 checks passed
@marcelmbn marcelmbn deleted the fix/random_number_generator branch November 14, 2024 19:16
marcelmbn added a commit that referenced this pull request Nov 18, 2024
* Update Docs (#72)

* update docs, co-workers, pyproject.toml, remove typos

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* update CHANGELOG, make case more consistent

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* update mindlessgen.toml

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* align defaults

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* update reference default value

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* update tests

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* correct inconsistent boolean

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

---------

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* Fix random number generation by removing legacy random number generation (#78)

* fix random number generation by incorporating default_rng

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* update CHANGELOG.md

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

---------

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* Remove deprecated tests that are not strictly true (#79)

* remove deprecated tests

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* remove random numpy seed as it's pointless now

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

---------

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* A fixed molecular charge for the molecule generation. (#73)

* A new function to set a fixed charge value

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* latest changes to the fixed charge method

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Fixed charge and element composition works test have to be added

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* More modular fixed charge routine

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* complete fixed charge routine

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Removed an unnessesary import

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* more convenient function name

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Worked in the suggested changes

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Added a changelog entry

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Changes a bug with an array type

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* removed left over print statements

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Implemented requested changes

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Added a new test to raise a ValueError

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

---------

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* `atlist` to `ati` and back conversion (#81)

* implement atlist to ati conversion

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* add conversion test

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

---------

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* Bug fix were uhf was always 0 if a fixed charge were given (#80)

* bug fix were uhf was always 0 if a fixed charge were given

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* updated a test for the right uhf

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* get rid of redundant code within set_random_charge

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* using atlist as a variable in misscellaneous

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

---------

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* adapt CODEOWNERS to commit history (#82)

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

* The `.UHF` file is now written if the molecule has a uhf larger than 0 (#74)

* The .UHF file is now written if the molecule has a uhf larger than 0

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Writes the .CHRG file if the charge is larger than 0

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* charge and uhf can be None

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* Negative charge is now written aswell

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

---------

Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>

* update CHANGELOG

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>

---------

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
Signed-off-by: Jonathan Schöps <s6jtscho@uni-bonn.de>
Co-authored-by: Jonathan Schöps <106986430+jonathan-schoeps@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Identical molecule found for num_molecules > 1
2 participants