-
Notifications
You must be signed in to change notification settings - Fork 895
[WIP] Better input set generator and sets for io.lammps #4368
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
Open
vir-k01
wants to merge
28
commits into
materialsproject:master
Choose a base branch
from
vir-k01:lammps_sets_templated
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fecef55
fixed atom_style issue when converting from structure
vir-k01 159be72
BaseLammpsGenerator can def benefit from taking both raw strings and …
vir-k01 b6edc3d
Merge pull request #1 from materialsproject/master
vir-k01 cfac0bf
Need this to have a general way to write out FF (and other non-standa…
vir-k01 fd0cc72
Merge pull request #2 from materialsproject/master
vir-k01 410d4b4
Added new base lammps generator
vir-k01 37c387f
fixed atom_style issue when converting from structure
vir-k01 f736361
BaseLammpsGenerator can def benefit from taking both raw strings and …
vir-k01 fc0bb82
Need this to have a general way to write out FF (and other non-standa…
vir-k01 5d71ba2
Added new base lammps generator
vir-k01 74a2ce5
Add LammpsSettings to check convenience input
esoteric-ephemera c1f2ed6
Merge branch 'lammps_sets' of github.com:vir-k01/pymatgen into lammps…
vir-k01 608e889
Revert "Merge branch 'lammps_sets' of github.com:vir-k01/pymatgen int…
vir-k01 363fee6
Fixed commit merge issues
vir-k01 3f2d0b1
Removed LammpsInputSettings class, moved to convience LammpsSettings …
vir-k01 f88cc2d
Updated docstring for LammpsInput
vir-k01 edcfe39
Redid BaseLammpsGenerator
vir-k01 0ab2389
Merge remote-tracking branch 'upstream/master' into lammps_sets_templ…
vir-k01 d1dd967
Made input set validation far more general, updated minimize template
vir-k01 be77b06
removed debugging print statements
vir-k01 aa32a30
pre-commit auto-fixes
pre-commit-ci[bot] 75b0637
Merge remote-tracking branch 'upstream/master' into lammps_sets_templ…
esoteric-ephemera f8f33b4
precommit / sync head
esoteric-ephemera 3e2a5a0
Account for species specified through the FF dict
vir-k01 192dcb0
bug fix in latest commit
vir-k01 d8a5ae5
fix bug in specifying fixes
vir-k01 43647bf
Add thermostating options when using berendsen barostats
vir-k01 b4eb27c
added langevin barostat, fixed barostat init
vir-k01 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
I guess reverting changes to
core.periodic_table
andio.exciting
is not intended?If so you could revert those changes with (warning, this would drop all changes to that file, make sure this is what you need)
git checkout upstream/master -- file_to_revert
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.
Just behind the master branch, synced up now