-
Notifications
You must be signed in to change notification settings - Fork 24
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
LAMMPS improvements trunk #1011
Conversation
Here are the open LAMMPS issues: https://github.com/openforcefield/openff-interchange/issues?q=is%3Aissue+label%3Alammps The diff looks like it handles #806 #897 might already be done? #955 could use some TLC; all/mostly good ideas that we haven't gotten to yet I think #998 is done This is just what's obviously tracked - anything else we should add @timbernat? |
Regarding the tracked changes:
Some other changes not mentioned above:
I'll add others as I think of them! |
I think the data file in The Python API seems good (a little funky since it's not written in Python) but there are some ambiguities in whether or not importing it makes this package GPL. It'd be wonderful to use LGPL releases, but I suspect they don't actually want to make those. Are any of these other changes particularly useful for you sooner than later, and are any of them ones you'd like to tackle? |
@timbernat - Just checking on your plans/status here. This isn't holding up anyone else's work, I've just seen this on our trello board for a few weeks and want to make sure you have what you'd need to move forward here. Happy to offer guidance/schedule a quick screenshare if that'd help! |
@j-wags Sorry for the long turnaround on this! It has been pushed down my TO-DO stack over the last few weeks as other projects have bubbled up. It'd be really useful for me to get an update on the status/relevance of some of these items, particularly as there's been a lot of related activity on #1027 (and other places that I'm probably not aware of); I want to make sure I can preferentially make contributions for which there is a) higher demand, and b) lower bandwidth from OpenFF core devs. Also, seems like there were some lingering loose ends with #1013 which were similar (but different) to the LAMMPS ID writer issue I PR'ed earlier, I'd be happy to pitch in there as well, if it's warranted. I'll be out for part of next week, but can set aside time the week of 09/02 to diff between the current Interchange LAMMPS outputs and the examples I have and lay out exactly where/what changes to constraint handling and bond/angle styles are needed. I'd be happy to set up a meeting if I get stuck there, and in either case, please keep me looped in! |
Description
For now, just seeing how out of date this branch is. This may serve as a trunk for developing smaller LAMMPS-related features.