-
Notifications
You must be signed in to change notification settings - Fork 853
feat: Add support for reading unit cell dimensions from MOL2 CRYSIN records #5187
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
orbeckst
merged 18 commits into
MDAnalysis:develop
from
Dreamstick9:feat/3341-add-crysin-support
Mar 13, 2026
Merged
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8a6dba4
feat: enable reading unit cell dimensions from MOL2 CRYSIN records
Dreamstick9 74d92d1
test: add test case for MOL2 CRYSIN unit cell dimensions
Dreamstick9 d4a53a4
style: apply black formatting
Dreamstick9 5a0f7fc
fix: add mol2_crysin to __all__ exports and format
Dreamstick9 a4425f0
style: run black v24 on all files
Dreamstick9 472d55e
style: reformat MOL2.py to satisfy CI
Dreamstick9 a07de61
style: black formatting for tests and datafiles
Dreamstick9 593995e
docs: update changelog, authors, and parser docstrings
Dreamstick9 edfa9c3
black formatting
Dreamstick9 b3839b5
feat: add support for reading unit cell dimensions from @<TRIPOS>CRYS…
Dreamstick9 9177a36
Merge branch 'develop' into feat/3341-add-crysin-support
Dreamstick9 875bb54
Merge branch 'develop' into feat/3341-add-crysin-support
Dreamstick9 9b4d215
Merge branch 'develop' into feat/3341-add-crysin-support
Dreamstick9 627bb06
fix: restore CHANGELOG authors and use assert_allclose per review
Dreamstick9 b1c1abb
Merge branch 'develop' into feat/3341-add-crysin-support
Dreamstick9 727edda
Update CHANGELOG
Dreamstick9 fdc83ed
Merge branch 'develop' into feat/3341-add-crysin-support
orbeckst 2effc53
Apply suggestions from code review
orbeckst 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| @<TRIPOS>MOLECULE | ||
| test_structure | ||
| 1 0 0 0 0 | ||
| SMALL | ||
| USER_CHARGES | ||
| @<TRIPOS>ATOM | ||
| 1 C 0.0000 0.0000 0.0000 C.3 1 ALA 0.0000 | ||
| @<TRIPOS>CRYSIN | ||
| 40.0000 50.0000 60.0000 90.0000 90.0000 90.0000 1 1 | ||
| @<TRIPOS>END |
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.
Uh oh!
There was an error while loading. Please reload this page.