-
Notifications
You must be signed in to change notification settings - Fork 0
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
started working on distance based probabilities #87
Merged
Merged
Changes from 18 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
6f532c2
started working on distance based probabilities
godenymarta cd81b49
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] bb5f999
save and load prob_function with update method
godenymarta 418db6a
merge conflict
godenymarta cd30fa4
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] e4b8254
changed structure to work also when r_min not given
godenymarta 22928ef
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] e361e9f
changed structure to work also when r_min not given
godenymarta 8cf6f06
minor changes to print statements
godenymarta 0378d5e
Merge branch 'main' of github.com:florianjoerg/protex into dist_prob
godenymarta 795abd8
print statements for testing
godenymarta f1f2a0b
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 7da80cf
add __eq__ and __hash__ to Residue
florianjoerg 0b507f9
Merge pull request #93 from florianjoerg/custom_residue_hash
florianjoerg ef312ca
Update residue.py
florianjoerg 2596740
Merge branch 'main' into dist_prob to get updates
godenymarta 5e4d7fb
added option to use barostat to im1h_oac_dummy_system
godenymarta ab88d5d
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 17dabbd
small corrections to using a variable K and to the possibility of usi…
godenymarta 216fb62
Merge branch 'dist_prob' of github.com:florianjoerg/protex into dist_…
godenymarta 7f381a4
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] be96597
changed factor in setting the new position of H so that the new bond …
godenymarta fa0d504
option to turn off reorient with KeepHUpdate (mainly for debugging)
godenymarta 48935be
removed unnecessary variable definition
godenymarta 7f95bc0
changed __eq__ and __hash__ to consieder only residue indices (histor…
godenymarta 9e15a3d
Merge branch 'main' into dist_prob
godenymarta 3de091e
updates to testsystems to work with d2oac
godenymarta cb70978
files for formic acid
godenymarta 8e8ef01
testing formic acid
godenymarta ff7dd0c
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] f99cb3c
changed syntax from barostat to ensemble, get boxl at every update if…
godenymarta c83fe0f
🛠️ [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 4f30f12
small change in reorient: set new position of H to 90% of acceptor - …
godenymarta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not add K to the function signature here. It is already accessible inside the class (as defined in line 65) via self.K. Just use self.K in line 146 for the factor variable