Refactoring and cleanup, remove unnecessary code and reduce duplication#27
Merged
Conversation
…e central file to facilitate reuse in shooting PathMovers
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #27 +/- ##
==========================================
+ Coverage 36.68% 42.79% +6.11%
==========================================
Files 43 41 -2
Lines 5237 4472 -765
Branches 815 687 -128
==========================================
- Hits 1921 1914 -7
+ Misses 3205 2454 -751
+ Partials 111 104 -7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…ring common methods like sp-generation
…ibuted), improve aimmd.distributed.pathmovers class inheritance
…ced PathSamplingSimStateInfo dataclass to make it easier to access info about the current step/simulation at every level of the step, also variable name harmonization
…ty collector saving
…emove unnecesary checks for old density collection
…f acceptance ratio more robust
…ble on module-level
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
aimmd.distributed: renamedCommittorEngineSpectoMDEngineSpecand moved it to a more central file to facilitate reuse in shooting PathMoversaimmd.distributed: useMDEngineSpecas input for all shooting PathMovers, improve PathMover class hierarchyaimmd.distributedandaimmd.ops)aimmd.ops: The density collector is now attached to theaimmd.ops.hooks.DensityCollectionHookand uses the new density collector implementation fromaimmd.base.density_collectionaimmd.ops: removed unused legacy codeaimmd.keras: removed complete submodule (has not seen updates for a long time, theaimmd.pytorchsubmodule is better maintained and offers better functionality)aimmd.distributed: tqdm progress bars for transition path samplingaimmd.distributed: IntroducedPathSamplingSimStateInfodataclass to make it easier to access any information about the current state of the path sampling simulation at any level when performing a MC step.