-
Notifications
You must be signed in to change notification settings - Fork 825
XYZ elements #2456
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
XYZ elements #2456
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7af3352
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 51624f3
Merge remote-tracking branch 'upstream/develop' into develop
RMeli fa7777e
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 94ac6cc
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 80370af
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 36fa2ea
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 5111103
Merge remote-tracking branch 'upstream/develop' into develop
RMeli ad0c149
Merge remote-tracking branch 'upstream/develop' into develop
RMeli def7c14
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 2d693e3
Merge remote-tracking branch 'upstream/develop' into develop
RMeli f7d5bc6
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 64bcae5
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 2e2561e
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 2184e2b
Merge remote-tracking branch 'upstream/develop' into develop
RMeli de7afcc
Merge remote-tracking branch 'upstream/develop' into develop
RMeli ff4ed8d
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 2f42b7c
add element attributes (naive)
RMeli 7fe3c35
guess mass from names
RMeli 8e9327f
try to get element before atom name
RMeli 067bc8d
name change
RMeli ddc6be3
add test for elements attribute
RMeli 28032cf
update docstrings
RMeli e00485a
Merge remote-tracking branch 'upstream/develop' into fixes/xyzelement
RMeli c515e89
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 6f12ab1
test XYZ writer using elements if present
RMeli 5c2bcbc
update docs
RMeli 11c5bab
add versionchanged tag
RMeli 34dc30b
update changelog
RMeli 7d27138
Merge remote-tracking branch 'upstream/develop' into develop
RMeli 3fca537
Merge branch 'develop' into fixes/xyzelement
RMeli 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 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
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
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
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.
Here I assume that
namescontain element symbols (XYZ file format). As discusses in #2420 this might not always be the case. Should I make this more flexible?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 think (hope) guess_masses is smart enough to skip a bad value and print a warning?