-
Notifications
You must be signed in to change notification settings - Fork 47
Release DMFF v0.2.0 #71
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
Merged
Merged
Conversation
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
1. Load, modify, and write force field XML files correctly. 2. Use both OpenMM system and DMFF potential together. 3. Create Potential class to manage the OpenMM system and DMFF potential. 4. Implement ForceFieldTree and TypeMatcher to help write a new Generator.
…nto roy/xmlholder
fix(fftree): make the name of API easier to be understand
…nto roy/xmlholder
update front api and docstring convention
fix(unittest): fix classical UTs and remove double check of cutoff distance in potential calculation.
fix(inter): fix numerical problem in sqrt function of LJ potential
fix(inter): use more tiny eps for numerical consistent
update: frontend docs
Feat: Add NBFix, MBAR estimator, and optimizer
* Add Gitee_mirror * Fix mirror CI/CD Co-authored-by: WangXinyan940 <44082181+WangXinyan940@users.noreply.github.com>
Fix bug of patching "class" field in Lennard-Jones potential
KuangYu
approved these changes
Nov 24, 2022
* add support for SMIRKS, bcc and virtual site * add dependencies in ut workflow * add interface to obtain topmat * code clean * fix multiple matches_dict var * add tests for building top * add tests for smirks/bcc/vsite * add dockerfile for dev env * add examples of smirks * add usage of smirks in doc * rm api doc in _date/_version * fix typo * update (doc): architecture img * update (README): citation and code structure * update (doc): bad rendered latex * update (doc): typo in usage * update (doc): smirks in XML
* update (smirks): change bcc err to warning
#74) * Update python version requirement to 3.8 * Save meta data in Potential object * Add support to save meta data in Hamiltonian * Create an attribute to save meta data * Use potential.meta["cov_map"] in unittests * Build a function generator to calculate energies of a trajectory * Change API function name * fix meta data for admp generators * Make buildEnergyFunction cleaner Co-authored-by: KuangYu <windwhisper.yu@gmail.com>
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.
No description provided.