LAMMPS engine updates#8
Open
dwhswenson wants to merge 1034 commits into
Open
Conversation
Still need to complete the analysis cleanup.
…til_decorrelated `run_until_decorrelated` should account for time reversibility
Updates to docs/examples
…alysis Fix pandas API change: set_value -> at
…omvelocity Refactor RandomVelocity so engine can do the work
…-1.2 Release 1.2
Bump master version to 1.3.0.dev0
Fix pandas Deprepaction and Future Warnings
…l_ensemble Fix missing newline in the VisitAllStatesEnsemble
Ran tests and reloaded old files, so this shouldn't break things
np.array with no shape should return float
SimStore: Support for OpenMM snapshots
…lify SimStore: Simplify OPS Storage constructor
fix numpy 1.19 DeprecationWarning: tostring()
Fix: OPS hangs when external engine errors/exits unexpectedly
…houldn't be put on master" This reverts commit c2d47f0.
…updated_pr Reactive flux (updated PR)
…-1.4.0 Release 1.4.0
Bump 1.4.1.dev0
fix omt is None error in test suite
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.
This PR is a sub-PR of openpathsampling#697. If you merge this now, it will become part of that PR (not part of the OPS core).
I'm giving a talk about the OPS/LAMMPS interface on Tuesday, so I thought I should learn how to use it. I put together a little TPS demo -- LJ phase transition from gas to droplet, which was part of a the PRL on nested TPS that came out this week (Peter and Gabor Csanyi). I'll add that example sometime soon, too.
Updates:
configurationstostaticsandmomentumtokineticscomputestatement in an OPS CV.Still to do: write unit tests and docstrings for these updates. But that might be a while. Your choice on whether you want to merge this in as part of your main PR or wait on it until the tests are in place.