Skip to content
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

Support for (A)XSF XCrySDen file format #22

Merged
merged 3 commits into from
Jul 11, 2023
Merged

Conversation

azadoks
Copy link
Contributor

@azadoks azadoks commented Jul 6, 2023

Adds support for .xsf and .axsf file formats used by XCrySDen based on the (unpublished) XCrySDenStructureFormat.jl package.

Currently supports

  • r/w of molecular structures (ATOMS)
  • r/w of periodic structures (POLYMER 1D, SLAB 2D, CRYSTAL 3D)
  • r/w of molecular/periodic trajectories (.axsf / ANIMSTEPS)
  • r/w of forces, using the atom data key :force

Currently does not support

  • Data grids (2D and 3D)
  • Band grids (.bxsf)

@mfherbst
Copy link
Owner

mfherbst commented Jul 6, 2023

Looks good to me modulo the missing package registration. Thanks @azadoks !

@azadoks azadoks marked this pull request as ready for review July 10, 2023 08:07
@azadoks
Copy link
Contributor Author

azadoks commented Jul 10, 2023

@mfherbst XCrySDenStructureFormat.jl has now been registered.
Should be good to go once the tests pass.

@mfherbst mfherbst enabled auto-merge (squash) July 11, 2023 15:31
@mfherbst mfherbst merged commit 8db2ec1 into mfherbst:master Jul 11, 2023
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants